Html Css Color HEX #CB3733 Persian Red

📋 copy color: '#CB3733'

red 203 ◦ green 55 ◦ blue 51

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

Shades of Persian Red #CB3733

Tints of Persian Red #CB3733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

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

R = 65.7%
G = 17.8%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB3733 (or 0xCB3733) is known color: Persian Red. HEX triplet: CB, 37 and 33. RGB value is (203,55,51). Sum of RGB (Red+Green+Blue) = 203+55+51=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3733 is #34C8CC. Grayscale: #626262. Windows color (decimal): -3459277 or 3356619. OLE color: 3356619.

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

Color convert

RGB 203 55 51 -
CMYK 0 0.73 0.75 0.20
HSL 1.58º 0.6% 0.5% -
HSV(B) 1.58º 0.75% 0.8% -
XYZ 26.59 15.67 4.75 -
YUV 98.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 203 55 51 0 0.73 0.75 0.20 1.58 0.6 0.5
Hex CB 37 33 0 49 4B 14 2 3C 32
Octal 313 67 63 0 111 113 24 2 74 62
Binary 11001011 110111 110011 0 1001001 1001011 10100 10 111100 110010

Color Harmonies of #CB3733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3733

Black with #CB3733

Text Example


Text Example

White with #CB3733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3733; }

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

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

background-color css

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

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

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

border-color css

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

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

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