Html Css Color HEX #CB3327 Persian Red

📋 copy color: '#CB3327'

red 203 ◦ green 51 ◦ blue 39

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

Shades of Persian Red #CB3327

Tints of Persian Red #CB3327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.41%

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 69.28%
G = 17.41%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB3327 (or 0xCB3327) is known color: Persian Red. HEX triplet: CB, 33 and 27. RGB value is (203,51,39). Sum of RGB (Red+Green+Blue) = 203+51+39=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3327 is #34CCD8. Grayscale: #5F5F5F. Windows color (decimal): -3460313 or 2569163. OLE color: 2569163.

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

Color convert

RGB 203 51 39 -
CMYK 0 0.75 0.81 0.20
HSL 4.39º 0.68% 0.47% -
HSV(B) 4.39º 0.81% 0.8% -
XYZ 26.18 15.21 3.48 -
YUV 95.08 96.36 204.98 -
System Red Green Blue C M Y K H S L
Decimal 203 51 39 0 0.75 0.81 0.20 4.39 0.68 0.47
Hex CB 33 27 0 4B 51 14 4 44 2F
Octal 313 63 47 0 113 121 24 4 104 57
Binary 11001011 110011 100111 0 1001011 1010001 10100 100 1000100 101111

Color Harmonies of #CB3327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3327

Black with #CB3327

Text Example


Text Example

White with #CB3327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3327; }

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

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

background-color css

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

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

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

border-color css

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

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

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