Html Css Color HEX #CD3736 Persian Red

📋 copy color: '#CD3736'

red 205 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #CD3736

Tints of Persian Red #CD3736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 65.29%
G = 17.52%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD3736 (or 0xCD3736) is known color: Persian Red. HEX triplet: CD, 37 and 36. RGB value is (205,55,54). Sum of RGB (Red+Green+Blue) = 205+55+54=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3736 is #32C8C9. Grayscale: #636363. Windows color (decimal): -3328202 or 3553229. OLE color: 3553229.

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

Color convert

RGB 205 55 54 -
CMYK 0 0.73 0.74 0.20
HSL 0.4º 0.6% 0.51% -
HSV(B) 0.4º 0.74% 0.8% -
XYZ 27.21 15.98 5.14 -
YUV 99.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 205 55 54 0 0.73 0.74 0.20 0.4 0.6 0.51
Hex CD 37 36 0 49 4A 14 0 3C 33
Octal 315 67 66 0 111 112 24 0 74 63
Binary 11001101 110111 110110 0 1001001 1001010 10100 0 111100 110011

Color Harmonies of #CD3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3736

Black with #CD3736

Text Example


Text Example

White with #CD3736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3736; }

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

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

background-color css

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

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

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

border-color css

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

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

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