Html Css Color HEX #CB4134 Persian Red

📋 copy color: '#CB4134'

red 203 ◦ green 65 ◦ blue 52

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

Shades of Persian Red #CB4134

Tints of Persian Red #CB4134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

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

R = 63.44%
G = 20.31%
B = 16.25%

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

#CB4134 (or 0xCB4134) is known color: Persian Red. HEX triplet: CB, 41 and 34. RGB value is (203,65,52). Sum of RGB (Red+Green+Blue) = 203+65+52=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4134 is #34BECB. Grayscale: #686868. Windows color (decimal): -3456716 or 3424715. OLE color: 3424715.

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

Color convert

RGB 203 65 52 -
CMYK 0 0.68 0.74 0.20
HSL 5.17º 0.59% 0.5% -
HSV(B) 5.17º 0.74% 0.8% -
XYZ 27.14 16.73 5.05 -
YUV 104.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 203 65 52 0 0.68 0.74 0.20 5.17 0.59 0.5
Hex CB 41 34 0 44 4A 14 5 3B 32
Octal 313 101 64 0 104 112 24 5 73 62
Binary 11001011 1000001 110100 0 1000100 1001010 10100 101 111011 110010

Color Harmonies of #CB4134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4134

Black with #CB4134

Text Example


Text Example

White with #CB4134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4134; }

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

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

background-color css

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

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

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

border-color css

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

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

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