Html Css Color HEX #CE101C Fire Engine Red

📋 copy color: '#CE101C'

red 206 ◦ green 16 ◦ blue 28

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

Shades of Fire Engine Red #CE101C

Tints of Fire Engine Red #CE101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 82.4%
G = 6.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE101C (or 0xCE101C) is known color: Fire Engine Red. HEX triplet: CE, 10 and 1C. RGB value is (206,16,28). Sum of RGB (Red+Green+Blue) = 206+16+28=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE101C is #31EFE3. Grayscale: #4A4A4A. Windows color (decimal): -3272676 or 1839310. OLE color: 1839310.

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

Color convert

RGB 206 16 28 -
CMYK 0 0.92 0.86 0.19
HSL 356.21º 0.86% 0.44% -
HSV(B) 356.21º 0.92% 0.81% -
XYZ 25.85 13.58 2.36 -
YUV 74.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 206 16 28 0 0.92 0.86 0.19 356.21 0.86 0.44
Hex CE 10 1C 0 5C 56 13 164 56 2C
Octal 316 20 34 0 134 126 23 544 126 54
Binary 11001110 10000 11100 0 1011100 1010110 10011 101100100 1010110 101100

Color Harmonies of #CE101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE101C

Black with #CE101C

Text Example


Text Example

White with #CE101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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