Html Css Color HEX #CE102E Fire Engine Red

📋 copy color: '#CE102E'

red 206 ◦ green 16 ◦ blue 46

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

Shades of Fire Engine Red #CE102E

Tints of Fire Engine Red #CE102E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 76.87%
G = 5.97%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE102E (or 0xCE102E) is known color: Fire Engine Red. HEX triplet: CE, 10 and 2E. RGB value is (206,16,46). Sum of RGB (Red+Green+Blue) = 206+16+46=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE102E is #31EFD1. Grayscale: #4C4C4C. Windows color (decimal): -3272658 or 3018958. OLE color: 3018958.

HSL color Cylindrical-coordinate representation of color #CE102E: hue angle of 350.53º 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 #CE102E is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 46 -
CMYK 0 0.92 0.78 0.19
HSL 350.53º 0.86% 0.44% -
HSV(B) 350.53º 0.92% 0.81% -
XYZ 26.13 13.69 3.85 -
YUV 76.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 206 16 46 0 0.92 0.78 0.19 350.53 0.86 0.44
Hex CE 10 2E 0 5C 4E 13 15F 56 2C
Octal 316 20 56 0 134 116 23 537 126 54
Binary 11001110 10000 101110 0 1011100 1001110 10011 101011111 1010110 101100

Color Harmonies of #CE102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE102E

Black with #CE102E

Text Example


Text Example

White with #CE102E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE102E; }

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

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

background-color css

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

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

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

border-color css

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

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

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