Html Css Color HEX #CE102F Fire Engine Red

📋 copy color: '#CE102F'

red 206 ◦ green 16 ◦ blue 47

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

Shades of Fire Engine Red #CE102F

Tints of Fire Engine Red #CE102F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 76.58%
G = 5.95%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE102F (or 0xCE102F) is known color: Fire Engine Red. HEX triplet: CE, 10 and 2F. RGB value is (206,16,47). Sum of RGB (Red+Green+Blue) = 206+16+47=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE102F is #31EFD0. Grayscale: #4C4C4C. Windows color (decimal): -3272657 or 3084494. OLE color: 3084494.

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

Color convert

RGB 206 16 47 -
CMYK 0 0.92 0.77 0.19
HSL 350.21º 0.86% 0.44% -
HSV(B) 350.21º 0.92% 0.81% -
XYZ 26.15 13.7 3.95 -
YUV 76.34 111.45 220.48 -
System Red Green Blue C M Y K H S L
Decimal 206 16 47 0 0.92 0.77 0.19 350.21 0.86 0.44
Hex CE 10 2F 0 5C 4D 13 15E 56 2C
Octal 316 20 57 0 134 115 23 536 126 54
Binary 11001110 10000 101111 0 1011100 1001101 10011 101011110 1010110 101100

Color Harmonies of #CE102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE102F

Black with #CE102F

Text Example


Text Example

White with #CE102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE102F; }

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

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

background-color css

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

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

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

border-color css

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

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

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