Html Css Color HEX #CB1319 Fire Engine Red

📋 copy color: '#CB1319'

red 203 ◦ green 19 ◦ blue 25

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

Shades of Fire Engine Red #CB1319

Tints of Fire Engine Red #CB1319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 82.19%
G = 7.69%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB1319 (or 0xCB1319) is known color: Fire Engine Red. HEX triplet: CB, 13 and 19. RGB value is (203,19,25). Sum of RGB (Red+Green+Blue) = 203+19+25=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1319 is #34ECE6. Grayscale: #4A4A4A. Windows color (decimal): -3468519 or 1643467. OLE color: 1643467.

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

Color convert

RGB 203 19 25 -
CMYK 0 0.91 0.88 0.20
HSL 358.04º 0.83% 0.44% -
HSV(B) 358.04º 0.91% 0.8% -
XYZ 25.04 13.23 2.15 -
YUV 74.7 99.96 219.51 -
System Red Green Blue C M Y K H S L
Decimal 203 19 25 0 0.91 0.88 0.20 358.04 0.83 0.44
Hex CB 13 19 0 5B 58 14 166 53 2C
Octal 313 23 31 0 133 130 24 546 123 54
Binary 11001011 10011 11001 0 1011011 1011000 10100 101100110 1010011 101100

Color Harmonies of #CB1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1319

Black with #CB1319

Text Example


Text Example

White with #CB1319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1319; }

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

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

background-color css

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

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

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

border-color css

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

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

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