Html Css Color HEX #CD3E36 Persian Red

📋 copy color: '#CD3E36'

red 205 ◦ green 62 ◦ blue 54

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

Shades of Persian Red #CD3E36

Tints of Persian Red #CD3E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 63.86%
G = 19.31%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD3E36 (or 0xCD3E36) is known color: Persian Red. HEX triplet: CD, 3E and 36. RGB value is (205,62,54). Sum of RGB (Red+Green+Blue) = 205+62+54=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E36 is #32C1C9. Grayscale: #686868. Windows color (decimal): -3326410 or 3555021. OLE color: 3555021.

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

Color convert

RGB 205 62 54 -
CMYK 0 0.70 0.74 0.20
HSL 3.18º 0.6% 0.51% -
HSV(B) 3.18º 0.74% 0.8% -
XYZ 27.57 16.69 5.26 -
YUV 103.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 205 62 54 0 0.70 0.74 0.20 3.18 0.6 0.51
Hex CD 3E 36 0 46 4A 14 3 3C 33
Octal 315 76 66 0 106 112 24 3 74 63
Binary 11001101 111110 110110 0 1000110 1001010 10100 11 111100 110011

Color Harmonies of #CD3E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3E36

Black with #CD3E36

Text Example


Text Example

White with #CD3E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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