Html Css Color HEX #CE151C Fire Engine Red

📋 copy color: '#CE151C'

red 206 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #CE151C

Tints of Fire Engine Red #CE151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

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

R = 80.78%
G = 8.24%
B = 10.98%

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

#CE151C (or 0xCE151C) is known color: Fire Engine Red. HEX triplet: CE, 15 and 1C. RGB value is (206,21,28). Sum of RGB (Red+Green+Blue) = 206+21+28=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE151C is #31EAE3. Grayscale: #4D4D4D. Windows color (decimal): -3271396 or 1840590. OLE color: 1840590.

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

Color convert

RGB 206 21 28 -
CMYK 0 0.90 0.86 0.19
HSL 357.73º 0.81% 0.45% -
HSV(B) 357.73º 0.9% 0.81% -
XYZ 25.93 13.74 2.38 -
YUV 77.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 206 21 28 0 0.90 0.86 0.19 357.73 0.81 0.45
Hex CE 15 1C 0 5A 56 13 166 51 2D
Octal 316 25 34 0 132 126 23 546 121 55
Binary 11001110 10101 11100 0 1011010 1010110 10011 101100110 1010001 101101

Color Harmonies of #CE151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE151C

Black with #CE151C

Text Example


Text Example

White with #CE151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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