Html Css Color HEX #CD2A21 Persian Red

📋 copy color: '#CD2A21'

red 205 ◦ green 42 ◦ blue 33

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

Shades of Persian Red #CD2A21

Tints of Persian Red #CD2A21

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15%

 BLUE value IS 33 (13.28% from 255) = 11.79%

R = 73.21%
G = 15%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD2A21 (or 0xCD2A21) is known color: Persian Red. HEX triplet: CD, 2A and 21. RGB value is (205,42,33). Sum of RGB (Red+Green+Blue) = 205+42+33=280 (37% of max value = 765). Red value is 205 (80.47% from 255 or 73.21% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2A21 is #32D5DE. Grayscale: #595959. Windows color (decimal): -3331551 or 2173645. OLE color: 2173645.

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

Color convert

RGB 205 42 33 -
CMYK 0 0.80 0.84 0.20
HSL 3.14º 0.72% 0.47% -
HSV(B) 3.14º 0.84% 0.8% -
XYZ 26.28 14.74 2.9 -
YUV 89.71 96 210.23 -
System Red Green Blue C M Y K H S L
Decimal 205 42 33 0 0.80 0.84 0.20 3.14 0.72 0.47
Hex CD 2A 21 0 50 54 14 3 48 2F
Octal 315 52 41 0 120 124 24 3 110 57
Binary 11001101 101010 100001 0 1010000 1010100 10100 11 1001000 101111

Color Harmonies of #CD2A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2A21

Black with #CD2A21

Text Example


Text Example

White with #CD2A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2A21; }

 p { color: rgb(205,42,33); }

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

background-color css

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

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

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

border-color css

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

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

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