Html Css Color HEX #CB1320 Fire Engine Red

📋 copy color: '#CB1320'

red 203 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #CB1320

Tints of Fire Engine Red #CB1320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 79.92%
G = 7.48%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB1320 (or 0xCB1320) is known color: Fire Engine Red. HEX triplet: CB, 13 and 20. RGB value is (203,19,32). Sum of RGB (Red+Green+Blue) = 203+19+32=254 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.92% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1320 is #34ECDF. Grayscale: #4B4B4B. Windows color (decimal): -3468512 or 2102219. OLE color: 2102219.

HSL color Cylindrical-coordinate representation of color #CB1320: hue angle of 355.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1320 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 32 -
CMYK 0 0.91 0.84 0.20
HSL 355.76º 0.83% 0.44% -
HSV(B) 355.76º 0.91% 0.8% -
XYZ 25.12 13.27 2.6 -
YUV 75.5 103.46 218.94 -
System Red Green Blue C M Y K H S L
Decimal 203 19 32 0 0.91 0.84 0.20 355.76 0.83 0.44
Hex CB 13 20 0 5B 54 14 164 53 2C
Octal 313 23 40 0 133 124 24 544 123 54
Binary 11001011 10011 100000 0 1011011 1010100 10100 101100100 1010011 101100

Color Harmonies of #CB1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1320

Black with #CB1320

Text Example


Text Example

White with #CB1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1320; }

 p { color: rgb(203,19,32); }

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

background-color css

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

 a { background-color: rgb(203,19,32); }

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

border-color css

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

 span { border-color: rgb(203,19,32); }

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