Html Css Color HEX #CB1315 Fire Engine Red

📋 copy color: '#CB1315'

red 203 ◦ green 19 ◦ blue 21

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

Shades of Fire Engine Red #CB1315

Tints of Fire Engine Red #CB1315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.64%

R = 83.54%
G = 7.82%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB1315 (or 0xCB1315) is known color: Fire Engine Red. HEX triplet: CB, 13 and 15. RGB value is (203,19,21). Sum of RGB (Red+Green+Blue) = 203+19+21=243 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.54% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1315 is #34ECEA. Grayscale: #4A4A4A. Windows color (decimal): -3468523 or 1381323. OLE color: 1381323.

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

Color convert

RGB 203 19 21 -
CMYK 0 0.91 0.90 0.20
HSL 359.35º 0.83% 0.44% -
HSV(B) 359.35º 0.91% 0.8% -
XYZ 25 13.22 1.94 -
YUV 74.24 97.96 219.84 -
System Red Green Blue C M Y K H S L
Decimal 203 19 21 0 0.91 0.90 0.20 359.35 0.83 0.44
Hex CB 13 15 0 5B 5A 14 167 53 2C
Octal 313 23 25 0 133 132 24 547 123 54
Binary 11001011 10011 10101 0 1011011 1011010 10100 101100111 1010011 101100

Color Harmonies of #CB1315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1315

Black with #CB1315

Text Example


Text Example

White with #CB1315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1315; }

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

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

background-color css

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

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

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

border-color css

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

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

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