Html Css Color HEX #CB4133 Persian Red

📋 copy color: '#CB4133'

red 203 ◦ green 65 ◦ blue 51

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

Shades of Persian Red #CB4133

Tints of Persian Red #CB4133

RGB

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

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

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

R = 63.64%
G = 20.38%
B = 15.99%

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

#CB4133 (or 0xCB4133) is known color: Persian Red. HEX triplet: CB, 41 and 33. RGB value is (203,65,51). Sum of RGB (Red+Green+Blue) = 203+65+51=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4133 is #34BECC. Grayscale: #686868. Windows color (decimal): -3456717 or 3359179. OLE color: 3359179.

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

Color convert

RGB 203 65 51 -
CMYK 0 0.68 0.75 0.20
HSL 5.53º 0.6% 0.5% -
HSV(B) 5.53º 0.75% 0.8% -
XYZ 27.12 16.72 4.93 -
YUV 104.67 97.72 198.14 -
System Red Green Blue C M Y K H S L
Decimal 203 65 51 0 0.68 0.75 0.20 5.53 0.6 0.5
Hex CB 41 33 0 44 4B 14 6 3C 32
Octal 313 101 63 0 104 113 24 6 74 62
Binary 11001011 1000001 110011 0 1000100 1001011 10100 110 111100 110010

Color Harmonies of #CB4133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4133

Black with #CB4133

Text Example


Text Example

White with #CB4133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4133; }

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

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

background-color css

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

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

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

border-color css

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

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

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