Html Css Color HEX #CB111F Fire Engine Red

📋 copy color: '#CB111F'

red 203 ◦ green 17 ◦ blue 31

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

Shades of Fire Engine Red #CB111F

Tints of Fire Engine Red #CB111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.77%

 BLUE value IS 31 (12.5% from 255) = 12.35%

R = 80.88%
G = 6.77%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB111F (or 0xCB111F) is known color: Fire Engine Red. HEX triplet: CB, 11 and 1F. RGB value is (203,17,31). Sum of RGB (Red+Green+Blue) = 203+17+31=251 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.88% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 203 - color contains mainly: red. Hex color #CB111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB111F is #34EEE0. Grayscale: #4A4A4A. Windows color (decimal): -3469025 or 2036171. OLE color: 2036171.

HSL color Cylindrical-coordinate representation of color #CB111F: hue angle of 355.48º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB111F is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 17 31 -
CMYK 0 0.92 0.85 0.20
HSL 355.48º 0.85% 0.43% -
HSV(B) 355.48º 0.92% 0.8% -
XYZ 25.08 13.2 2.52 -
YUV 74.21 103.62 219.86 -
System Red Green Blue C M Y K H S L
Decimal 203 17 31 0 0.92 0.85 0.20 355.48 0.85 0.43
Hex CB 11 1F 0 5C 55 14 163 55 2B
Octal 313 21 37 0 134 125 24 543 125 53
Binary 11001011 10001 11111 0 1011100 1010101 10100 101100011 1010101 101011

Color Harmonies of #CB111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB111F

Black with #CB111F

Text Example


Text Example

White with #CB111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB111F; }

 p { color: rgb(203,17,31); }

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

background-color css

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

 a { background-color: rgb(203,17,31); }

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

border-color css

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

 span { border-color: rgb(203,17,31); }

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