Html Css Color HEX #CB3533 Persian Red

📋 copy color: '#CB3533'

red 203 ◦ green 53 ◦ blue 51

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

Shades of Persian Red #CB3533

Tints of Persian Red #CB3533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 66.12%
G = 17.26%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB3533 (or 0xCB3533) is known color: Persian Red. HEX triplet: CB, 35 and 33. RGB value is (203,53,51). Sum of RGB (Red+Green+Blue) = 203+53+51=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3533 is #34CACC. Grayscale: #616161. Windows color (decimal): -3459789 or 3356107. OLE color: 3356107.

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

Color convert

RGB 203 53 51 -
CMYK 0 0.74 0.75 0.20
HSL 0.79º 0.6% 0.5% -
HSV(B) 0.79º 0.75% 0.8% -
XYZ 26.5 15.48 4.72 -
YUV 97.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 203 53 51 0 0.74 0.75 0.20 0.79 0.6 0.5
Hex CB 35 33 0 4A 4B 14 1 3C 32
Octal 313 65 63 0 112 113 24 1 74 62
Binary 11001011 110101 110011 0 1001010 1001011 10100 1 111100 110010

Color Harmonies of #CB3533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3533

Black with #CB3533

Text Example


Text Example

White with #CB3533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3533; }

 p { color: rgb(203,53,51); }

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

background-color css

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

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

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

border-color css

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

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

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