Html Css Color HEX #CD3E2C Persian Red

📋 copy color: '#CD3E2C'

red 205 ◦ green 62 ◦ blue 44

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

Shades of Persian Red #CD3E2C

Tints of Persian Red #CD3E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.94%

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 65.92%
G = 19.94%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD3E2C (or 0xCD3E2C) is known color: Persian Red. HEX triplet: CD, 3E and 2C. RGB value is (205,62,44). Sum of RGB (Red+Green+Blue) = 205+62+44=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E2C is #32C1D3. Grayscale: #666666. Windows color (decimal): -3326420 or 2899661. OLE color: 2899661.

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

Color convert

RGB 205 62 44 -
CMYK 0 0.70 0.79 0.20
HSL 6.71º 0.65% 0.49% -
HSV(B) 6.71º 0.79% 0.8% -
XYZ 27.35 16.61 4.15 -
YUV 102.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 205 62 44 0 0.70 0.79 0.20 6.71 0.65 0.49
Hex CD 3E 2C 0 46 4F 14 7 41 31
Octal 315 76 54 0 106 117 24 7 101 61
Binary 11001101 111110 101100 0 1000110 1001111 10100 111 1000001 110001

Color Harmonies of #CD3E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3E2C

Black with #CD3E2C

Text Example


Text Example

White with #CD3E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3E2C; }

 p { color: rgb(205,62,44); }

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

background-color css

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

 a { background-color: rgb(205,62,44); }

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

border-color css

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

 span { border-color: rgb(205,62,44); }

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