Html Css Color HEX #CB3928 Persian Red

📋 copy color: '#CB3928'

red 203 ◦ green 57 ◦ blue 40

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

Shades of Persian Red #CB3928

Tints of Persian Red #CB3928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19%

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

R = 67.67%
G = 19%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB3928 (or 0xCB3928) is known color: Persian Red. HEX triplet: CB, 39 and 28. RGB value is (203,57,40). Sum of RGB (Red+Green+Blue) = 203+57+40=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3928 is #34C6D7. Grayscale: #626262. Windows color (decimal): -3458776 or 2636235. OLE color: 2636235.

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

Color convert

RGB 203 57 40 -
CMYK 0 0.72 0.80 0.20
HSL 6.26º 0.67% 0.48% -
HSV(B) 6.26º 0.8% 0.8% -
XYZ 26.47 15.78 3.66 -
YUV 98.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 203 57 40 0 0.72 0.80 0.20 6.26 0.67 0.48
Hex CB 39 28 0 48 50 14 6 43 30
Octal 313 71 50 0 110 120 24 6 103 60
Binary 11001011 111001 101000 0 1001000 1010000 10100 110 1000011 110000

Color Harmonies of #CB3928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3928

Black with #CB3928

Text Example


Text Example

White with #CB3928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3928; }

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

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

background-color css

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

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

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

border-color css

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

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

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