Html Css Color HEX #CB161F Fire Engine Red

📋 copy color: '#CB161F'

red 203 ◦ green 22 ◦ blue 31

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

Shades of Fire Engine Red #CB161F

Tints of Fire Engine Red #CB161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.59%

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

R = 79.3%
G = 8.59%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB161F (or 0xCB161F) is known color: Fire Engine Red. HEX triplet: CB, 16 and 1F. RGB value is (203,22,31). Sum of RGB (Red+Green+Blue) = 203+22+31=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB161F is #34E9E0. Grayscale: #4D4D4D. Windows color (decimal): -3467745 or 2037451. OLE color: 2037451.

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

Color convert

RGB 203 22 31 -
CMYK 0 0.89 0.85 0.20
HSL 357.02º 0.8% 0.44% -
HSV(B) 357.02º 0.89% 0.8% -
XYZ 25.16 13.37 2.55 -
YUV 77.15 101.97 217.77 -
System Red Green Blue C M Y K H S L
Decimal 203 22 31 0 0.89 0.85 0.20 357.02 0.8 0.44
Hex CB 16 1F 0 59 55 14 165 50 2C
Octal 313 26 37 0 131 125 24 545 120 54
Binary 11001011 10110 11111 0 1011001 1010101 10100 101100101 1010000 101100

Color Harmonies of #CB161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB161F

Black with #CB161F

Text Example


Text Example

White with #CB161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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