Html Css Color HEX #CE181A Fire Engine Red

📋 copy color: '#CE181A'

red 206 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #CE181A

Tints of Fire Engine Red #CE181A

RGB

 RED value IS 206 (80.86% from 255) = 80.47%

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

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

R = 80.47%
G = 9.38%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE181A (or 0xCE181A) is known color: Fire Engine Red. HEX triplet: CE, 18 and 1A. RGB value is (206,24,26). Sum of RGB (Red+Green+Blue) = 206+24+26=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE181A is #31E7E5. Grayscale: #4E4E4E. Windows color (decimal): -3270630 or 1710286. OLE color: 1710286.

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

Color convert

RGB 206 24 26 -
CMYK 0 0.88 0.87 0.19
HSL 359.34º 0.79% 0.45% -
HSV(B) 359.34º 0.88% 0.81% -
XYZ 25.97 13.85 2.28 -
YUV 78.65 98.3 218.84 -
System Red Green Blue C M Y K H S L
Decimal 206 24 26 0 0.88 0.87 0.19 359.34 0.79 0.45
Hex CE 18 1A 0 58 57 13 167 4F 2D
Octal 316 30 32 0 130 127 23 547 117 55
Binary 11001110 11000 11010 0 1011000 1010111 10011 101100111 1001111 101101

Color Harmonies of #CE181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE181A

Black with #CE181A

Text Example


Text Example

White with #CE181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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