Html Css Color HEX #CB4033 Persian Red

📋 copy color: '#CB4033'

red 203 ◦ green 64 ◦ blue 51

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

Shades of Persian Red #CB4033

Tints of Persian Red #CB4033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 63.84%
G = 20.13%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB4033 (or 0xCB4033) is known color: Persian Red. HEX triplet: CB, 40 and 33. RGB value is (203,64,51). Sum of RGB (Red+Green+Blue) = 203+64+51=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4033 is #34BFCC. Grayscale: #686868. Windows color (decimal): -3456973 or 3358923. OLE color: 3358923.

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

Color convert

RGB 203 64 51 -
CMYK 0 0.68 0.75 0.20
HSL 5.13º 0.6% 0.5% -
HSV(B) 5.13º 0.75% 0.8% -
XYZ 27.06 16.6 4.91 -
YUV 104.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 203 64 51 0 0.68 0.75 0.20 5.13 0.6 0.5
Hex CB 40 33 0 44 4B 14 5 3C 32
Octal 313 100 63 0 104 113 24 5 74 62
Binary 11001011 1000000 110011 0 1000100 1001011 10100 101 111100 110010

Color Harmonies of #CB4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4033

Black with #CB4033

Text Example


Text Example

White with #CB4033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4033; }

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

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

background-color css

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

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

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

border-color css

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

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

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