Html Css Color HEX #CE141C Fire Engine Red

📋 copy color: '#CE141C'

red 206 ◦ green 20 ◦ blue 28

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

Shades of Fire Engine Red #CE141C

Tints of Fire Engine Red #CE141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 81.1%
G = 7.87%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE141C (or 0xCE141C) is known color: Fire Engine Red. HEX triplet: CE, 14 and 1C. RGB value is (206,20,28). Sum of RGB (Red+Green+Blue) = 206+20+28=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE141C is #31EBE3. Grayscale: #4C4C4C. Windows color (decimal): -3271652 or 1840334. OLE color: 1840334.

HSL color Cylindrical-coordinate representation of color #CE141C: hue angle of 357.42º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE141C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 28 -
CMYK 0 0.90 0.86 0.19
HSL 357.42º 0.82% 0.44% -
HSV(B) 357.42º 0.9% 0.81% -
XYZ 25.91 13.71 2.38 -
YUV 76.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 206 20 28 0 0.90 0.86 0.19 357.42 0.82 0.44
Hex CE 14 1C 0 5A 56 13 165 52 2C
Octal 316 24 34 0 132 126 23 545 122 54
Binary 11001110 10100 11100 0 1011010 1010110 10011 101100101 1010010 101100

Color Harmonies of #CE141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE141C

Black with #CE141C

Text Example


Text Example

White with #CE141C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE141C; }

 p { color: rgb(206,20,28); }

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

background-color css

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

 a { background-color: rgb(206,20,28); }

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

border-color css

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

 span { border-color: rgb(206,20,28); }

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