Html Css Color HEX #CD4136 Persian Red

📋 copy color: '#CD4136'

red 205 ◦ green 65 ◦ blue 54

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

Shades of Persian Red #CD4136

Tints of Persian Red #CD4136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

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

R = 63.27%
G = 20.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD4136 (or 0xCD4136) is known color: Persian Red. HEX triplet: CD, 41 and 36. RGB value is (205,65,54). Sum of RGB (Red+Green+Blue) = 205+65+54=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD4136 is #32BEC9. Grayscale: #696969. Windows color (decimal): -3325642 or 3555789. OLE color: 3555789.

HSL color Cylindrical-coordinate representation of color #CD4136: hue angle of 4.37º 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 #CD4136 is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 65 54 -
CMYK 0 0.68 0.74 0.20
HSL 4.37º 0.6% 0.51% -
HSV(B) 4.37º 0.74% 0.8% -
XYZ 27.73 17.03 5.31 -
YUV 105.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 205 65 54 0 0.68 0.74 0.20 4.37 0.6 0.51
Hex CD 41 36 0 44 4A 14 4 3C 33
Octal 315 101 66 0 104 112 24 4 74 63
Binary 11001101 1000001 110110 0 1000100 1001010 10100 100 111100 110011

Color Harmonies of #CD4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4136

Black with #CD4136

Text Example


Text Example

White with #CD4136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4136; }

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

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

background-color css

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

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

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

border-color css

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

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

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