Html Css Color HEX #CE012C Fire Engine Red

📋 copy color: '#CE012C'

red 206 ◦ green 1 ◦ blue 44

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

Shades of Fire Engine Red #CE012C

Tints of Fire Engine Red #CE012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 44 (17.58% from 255) = 17.53%

R = 82.07%
G = 0.4%
B = 17.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE012C (or 0xCE012C) is known color: Fire Engine Red. HEX triplet: CE, 01 and 2C. RGB value is (206,1,44). Sum of RGB (Red+Green+Blue) = 206+1+44=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE012C is #31FED3. Grayscale: #434343. Windows color (decimal): -3276500 or 2884046. OLE color: 2884046.

HSL color Cylindrical-coordinate representation of color #CE012C: hue angle of 347.41º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE012C is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 44 -
CMYK 0 1.00 0.79 0.19
HSL 347.41º 0.99% 0.41% -
HSV(B) 347.41º 1% 0.81% -
XYZ 25.92 13.33 3.59 -
YUV 67.2 114.92 227 -
System Red Green Blue C M Y K H S L
Decimal 206 1 44 0 1.00 0.79 0.19 347.41 0.99 0.41
Hex CE 1 2C 0 64 4F 13 15B 63 29
Octal 316 1 54 0 144 117 23 533 143 51
Binary 11001110 1 101100 0 1100100 1001111 10011 101011011 1100011 101001

Color Harmonies of #CE012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE012C

Black with #CE012C

Text Example


Text Example

White with #CE012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE012C; }

 p { color: rgb(206,1,44); }

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

background-color css

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

 a { background-color: rgb(206,1,44); }

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

border-color css

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

 span { border-color: rgb(206,1,44); }

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