Html Css Color HEX #CD3232 Persian Red

📋 copy color: '#CD3232'

red 205 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #CD3232

Tints of Persian Red #CD3232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.39%

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 67.21%
G = 16.39%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD3232 (or 0xCD3232) is known color: Persian Red. HEX triplet: CD, 32 and 32. RGB value is (205,50,50). Sum of RGB (Red+Green+Blue) = 205+50+50=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3232 is #32CDCD. Grayscale: #606060. Windows color (decimal): -3329486 or 3289805. OLE color: 3289805.

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

Color convert

RGB 205 50 50 -
CMYK 0 0.76 0.76 0.20
HSL 0.61% 0.5% -
HSV(B) 0.76% 0.8% -
XYZ 26.89 15.49 4.59 -
YUV 96.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 205 50 50 0 0.76 0.76 0.20 0 0.61 0.5
Hex CD 32 32 0 4C 4C 14 0 3D 32
Octal 315 62 62 0 114 114 24 0 75 62
Binary 11001101 110010 110010 0 1001100 1001100 10100 0 111101 110010

Color Harmonies of #CD3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3232

Black with #CD3232

Text Example


Text Example

White with #CD3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3232; }

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

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

background-color css

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

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

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

border-color css

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

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

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