Html Css Color HEX #CD3636 Persian Red

📋 copy color: '#CD3636'

red 205 ◦ green 54 ◦ blue 54

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

Shades of Persian Red #CD3636

Tints of Persian Red #CD3636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 65.5%
G = 17.25%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CD3636 (or 0xCD3636) is known color: Persian Red. HEX triplet: CD, 36 and 36. RGB value is (205,54,54). Sum of RGB (Red+Green+Blue) = 205+54+54=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3636 is #32C9C9. Grayscale: #636363. Windows color (decimal): -3328458 or 3552973. OLE color: 3552973.

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

Color convert

RGB 205 54 54 -
CMYK 0 0.74 0.74 0.20
HSL 0.6% 0.51% -
HSV(B) 0.74% 0.8% -
XYZ 27.16 15.88 5.12 -
YUV 99.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 205 54 54 0 0.74 0.74 0.20 0 0.6 0.51
Hex CD 36 36 0 4A 4A 14 0 3C 33
Octal 315 66 66 0 112 112 24 0 74 63
Binary 11001101 110110 110110 0 1001010 1001010 10100 0 111100 110011

Color Harmonies of #CD3636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3636

Black with #CD3636

Text Example


Text Example

White with #CD3636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3636; }

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

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

background-color css

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

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

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

border-color css

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

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

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