Html Css Color HEX #CB161A Fire Engine Red

📋 copy color: '#CB161A'

red 203 ◦ green 22 ◦ blue 26

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

Shades of Fire Engine Red #CB161A

Tints of Fire Engine Red #CB161A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 80.88%
G = 8.76%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB161A (or 0xCB161A) is known color: Fire Engine Red. HEX triplet: CB, 16 and 1A. RGB value is (203,22,26). Sum of RGB (Red+Green+Blue) = 203+22+26=251 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.88% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 203 - color contains mainly: red. Hex color #CB161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB161A is #34E9E5. Grayscale: #4C4C4C. Windows color (decimal): -3467750 or 1709771. OLE color: 1709771.

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

Color convert

RGB 203 22 26 -
CMYK 0 0.89 0.87 0.20
HSL 358.67º 0.8% 0.44% -
HSV(B) 358.67º 0.89% 0.8% -
XYZ 25.1 13.34 2.23 -
YUV 76.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 203 22 26 0 0.89 0.87 0.20 358.67 0.8 0.44
Hex CB 16 1A 0 59 57 14 167 50 2C
Octal 313 26 32 0 131 127 24 547 120 54
Binary 11001011 10110 11010 0 1011001 1010111 10100 101100111 1010000 101100

Color Harmonies of #CB161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB161A

Black with #CB161A

Text Example


Text Example

White with #CB161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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