Html Css Color HEX #CE102A Fire Engine Red

📋 copy color: '#CE102A'

red 206 ◦ green 16 ◦ blue 42

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

Shades of Fire Engine Red #CE102A

Tints of Fire Engine Red #CE102A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 78.03%
G = 6.06%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE102A (or 0xCE102A) is known color: Fire Engine Red. HEX triplet: CE, 10 and 2A. RGB value is (206,16,42). Sum of RGB (Red+Green+Blue) = 206+16+42=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE102A is #31EFD5. Grayscale: #4B4B4B. Windows color (decimal): -3272662 or 2756814. OLE color: 2756814.

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

Color convert

RGB 206 16 42 -
CMYK 0 0.92 0.80 0.19
HSL 351.79º 0.86% 0.44% -
HSV(B) 351.79º 0.92% 0.81% -
XYZ 26.06 13.66 3.45 -
YUV 75.77 108.95 220.89 -
System Red Green Blue C M Y K H S L
Decimal 206 16 42 0 0.92 0.80 0.19 351.79 0.86 0.44
Hex CE 10 2A 0 5C 50 13 160 56 2C
Octal 316 20 52 0 134 120 23 540 126 54
Binary 11001110 10000 101010 0 1011100 1010000 10011 101100000 1010110 101100

Color Harmonies of #CE102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE102A

Black with #CE102A

Text Example


Text Example

White with #CE102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE102A; }

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

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

background-color css

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

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

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

border-color css

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

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

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