Html Css Color HEX #CB4034 Persian Red

📋 copy color: '#CB4034'

red 203 ◦ green 64 ◦ blue 52

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

Shades of Persian Red #CB4034

Tints of Persian Red #CB4034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 63.64%
G = 20.06%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB4034 (or 0xCB4034) is known color: Persian Red. HEX triplet: CB, 40 and 34. RGB value is (203,64,52). Sum of RGB (Red+Green+Blue) = 203+64+52=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4034 is #34BFCB. Grayscale: #686868. Windows color (decimal): -3456972 or 3424459. OLE color: 3424459.

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

Color convert

RGB 203 64 52 -
CMYK 0 0.68 0.74 0.20
HSL 4.77º 0.59% 0.5% -
HSV(B) 4.77º 0.74% 0.8% -
XYZ 27.08 16.61 5.03 -
YUV 104.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 203 64 52 0 0.68 0.74 0.20 4.77 0.59 0.5
Hex CB 40 34 0 44 4A 14 5 3B 32
Octal 313 100 64 0 104 112 24 5 73 62
Binary 11001011 1000000 110100 0 1000100 1001010 10100 101 111011 110010

Color Harmonies of #CB4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4034

Black with #CB4034

Text Example


Text Example

White with #CB4034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4034; }

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

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

background-color css

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

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

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

border-color css

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

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

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