Html Css Color HEX #CD2824 Persian Red

📋 copy color: '#CD2824'

red 205 ◦ green 40 ◦ blue 36

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

Shades of Persian Red #CD2824

Tints of Persian Red #CD2824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 72.95%
G = 14.23%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD2824 (or 0xCD2824) is known color: Persian Red. HEX triplet: CD, 28 and 24. RGB value is (205,40,36). Sum of RGB (Red+Green+Blue) = 205+40+36=281 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.95% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2824 is #32D7DB. Grayscale: #595959. Windows color (decimal): -3332060 or 2369741. OLE color: 2369741.

HSL color Cylindrical-coordinate representation of color #CD2824: hue angle of 1.42º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2824 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 40 36 -
CMYK 0 0.80 0.82 0.20
HSL 1.42º 0.7% 0.47% -
HSV(B) 1.42º 0.82% 0.8% -
XYZ 26.25 14.62 3.11 -
YUV 88.88 98.16 210.83 -
System Red Green Blue C M Y K H S L
Decimal 205 40 36 0 0.80 0.82 0.20 1.42 0.7 0.47
Hex CD 28 24 0 50 52 14 1 46 2F
Octal 315 50 44 0 120 122 24 1 106 57
Binary 11001101 101000 100100 0 1010000 1010010 10100 1 1000110 101111

Color Harmonies of #CD2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2824

Black with #CD2824

Text Example


Text Example

White with #CD2824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2824; }

 p { color: rgb(205,40,36); }

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

background-color css

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

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

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

border-color css

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

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

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