Html Css Color HEX #CD3F2E Persian Red

📋 copy color: '#CD3F2E'

red 205 ◦ green 63 ◦ blue 46

#CD3F2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CD3F2E

Tints of Persian Red #CD3F2E

RGB

 RED value IS 205 (80.47% from 255) = 65.29%

 GREEN value IS 63 (25% from 255) = 20.06%

 BLUE value IS 46 (18.36% from 255) = 14.65%

R = 65.29%
G = 20.06%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD3F2E (or 0xCD3F2E) is known color: Persian Red. HEX triplet: CD, 3F and 2E. RGB value is (205,63,46). Sum of RGB (Red+Green+Blue) = 205+63+46=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3F2E is #32C0D1. Grayscale: #676767. Windows color (decimal): -3326162 or 3030989. OLE color: 3030989.

HSL color Cylindrical-coordinate representation of color #CD3F2E: hue angle of 6.42º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD3F2E is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 63 46 -
CMYK 0 0.69 0.78 0.20
HSL 6.42º 0.63% 0.49% -
HSV(B) 6.42º 0.78% 0.8% -
XYZ 27.45 16.73 4.37 -
YUV 103.52 95.54 200.38 -
System Red Green Blue C M Y K H S L
Decimal 205 63 46 0 0.69 0.78 0.20 6.42 0.63 0.49
Hex CD 3F 2E 0 45 4E 14 6 3F 31
Octal 315 77 56 0 105 116 24 6 77 61
Binary 11001101 111111 101110 0 1000101 1001110 10100 110 111111 110001

Color Harmonies of #CD3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3F2E

Black with #CD3F2E

Text Example


Text Example

White with #CD3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3F2E; }

 p { color: rgb(205,63,46); }

 H1.HeaderClassName
 {
   color: #CD3F2E;
 }
 .AnyTagClassName
 {
   color: #CD3F2E;
 }
</style>

background-color css

<style>
 a { background-color: #CD3F2E; }

 a { background-color: rgb(205,63,46); }

 div.DivClassName
 {
   background-color: #CD3F2E;
 }
 .BgClassName
 {
   background-color: #CD3F2E;
 }
</style>

border-color css

<style>
 span { border-color: #CD3F2E; }

 span { border-color: rgb(205,63,46); }

 td.TdClassName
 {
   border-color: #CD3F2E;
 }
 .TagClassName
 {
   border-color: #CD3F2E;
 }
</style>