Html Css Color HEX #CB3232 Persian Red

📋 copy color: '#CB3232'

red 203 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #CB3232

Tints of Persian Red #CB3232

RGB

 RED value IS 203 (79.69% from 255) = 67%

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

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

R = 67%
G = 16.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB3232 (or 0xCB3232) is known color: Persian Red. HEX triplet: CB, 32 and 32. RGB value is (203,50,50). Sum of RGB (Red+Green+Blue) = 203+50+50=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3232 is #34CDCD. Grayscale: #5F5F5F. Windows color (decimal): -3460558 or 3289803. OLE color: 3289803.

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

Color convert

RGB 203 50 50 -
CMYK 0 0.75 0.75 0.20
HSL 0.6% 0.5% -
HSV(B) 0.75% 0.8% -
XYZ 26.34 15.21 4.56 -
YUV 95.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 203 50 50 0 0.75 0.75 0.20 0 0.6 0.5
Hex CB 32 32 0 4B 4B 14 0 3C 32
Octal 313 62 62 0 113 113 24 0 74 62
Binary 11001011 110010 110010 0 1001011 1001011 10100 0 111100 110010

Color Harmonies of #CB3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3232

Black with #CB3232

Text Example


Text Example

White with #CB3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3232; }

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

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

background-color css

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

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

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

border-color css

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

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

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