Html Css Color HEX #CE1023 Fire Engine Red

📋 copy color: '#CE1023'

red 206 ◦ green 16 ◦ blue 35

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

Shades of Fire Engine Red #CE1023

Tints of Fire Engine Red #CE1023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.62%

R = 80.16%
G = 6.23%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE1023 (or 0xCE1023) is known color: Fire Engine Red. HEX triplet: CE, 10 and 23. RGB value is (206,16,35). Sum of RGB (Red+Green+Blue) = 206+16+35=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1023 is #31EFDC. Grayscale: #4B4B4B. Windows color (decimal): -3272669 or 2298062. OLE color: 2298062.

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

Color convert

RGB 206 16 35 -
CMYK 0 0.92 0.83 0.19
HSL 354º 0.86% 0.44% -
HSV(B) 354º 0.92% 0.81% -
XYZ 25.94 13.61 2.85 -
YUV 74.98 105.45 221.46 -
System Red Green Blue C M Y K H S L
Decimal 206 16 35 0 0.92 0.83 0.19 354 0.86 0.44
Hex CE 10 23 0 5C 53 13 162 56 2C
Octal 316 20 43 0 134 123 23 542 126 54
Binary 11001110 10000 100011 0 1011100 1010011 10011 101100010 1010110 101100

Color Harmonies of #CE1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1023

Black with #CE1023

Text Example


Text Example

White with #CE1023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1023; }

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

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

background-color css

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

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

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

border-color css

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

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

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