Html Css Color HEX #CB3228 Persian Red

📋 copy color: '#CB3228'

red 203 ◦ green 50 ◦ blue 40

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

Shades of Persian Red #CB3228

Tints of Persian Red #CB3228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.06%

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 69.28%
G = 17.06%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB3228 (or 0xCB3228) is known color: Persian Red. HEX triplet: CB, 32 and 28. RGB value is (203,50,40). Sum of RGB (Red+Green+Blue) = 203+50+40=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3228 is #34CDD7. Grayscale: #5E5E5E. Windows color (decimal): -3460568 or 2634443. OLE color: 2634443.

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

Color convert

RGB 203 50 40 -
CMYK 0 0.75 0.80 0.20
HSL 3.68º 0.67% 0.48% -
HSV(B) 3.68º 0.8% 0.8% -
XYZ 26.15 15.13 3.55 -
YUV 94.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 203 50 40 0 0.75 0.80 0.20 3.68 0.67 0.48
Hex CB 32 28 0 4B 50 14 4 43 30
Octal 313 62 50 0 113 120 24 4 103 60
Binary 11001011 110010 101000 0 1001011 1010000 10100 100 1000011 110000

Color Harmonies of #CB3228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3228

Black with #CB3228

Text Example


Text Example

White with #CB3228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3228; }

 p { color: rgb(203,50,40); }

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

background-color css

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

 a { background-color: rgb(203,50,40); }

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

border-color css

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

 span { border-color: rgb(203,50,40); }

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