Html Css Color HEX #CB181A Fire Engine Red

📋 copy color: '#CB181A'

red 203 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #CB181A

Tints of Fire Engine Red #CB181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.49%

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

R = 80.24%
G = 9.49%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB181A (or 0xCB181A) is known color: Fire Engine Red. HEX triplet: CB, 18 and 1A. RGB value is (203,24,26). Sum of RGB (Red+Green+Blue) = 203+24+26=253 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.24% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 203 - color contains mainly: red. Hex color #CB181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB181A is #34E7E5. Grayscale: #4D4D4D. Windows color (decimal): -3467238 or 1710283. OLE color: 1710283.

HSL color Cylindrical-coordinate representation of color #CB181A: hue angle of 359.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB181A is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 26 -
CMYK 0 0.88 0.87 0.20
HSL 359.33º 0.79% 0.45% -
HSV(B) 359.33º 0.88% 0.8% -
XYZ 25.14 13.42 2.24 -
YUV 77.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 203 24 26 0 0.88 0.87 0.20 359.33 0.79 0.45
Hex CB 18 1A 0 58 57 14 167 4F 2D
Octal 313 30 32 0 130 127 24 547 117 55
Binary 11001011 11000 11010 0 1011000 1010111 10100 101100111 1001111 101101

Color Harmonies of #CB181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB181A

Black with #CB181A

Text Example


Text Example

White with #CB181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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