Html Css Color HEX #CE1028 Fire Engine Red

📋 copy color: '#CE1028'

red 206 ◦ green 16 ◦ blue 40

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

Shades of Fire Engine Red #CE1028

Tints of Fire Engine Red #CE1028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.27%

R = 78.63%
G = 6.11%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE1028 (or 0xCE1028) is known color: Fire Engine Red. HEX triplet: CE, 10 and 28. RGB value is (206,16,40). Sum of RGB (Red+Green+Blue) = 206+16+40=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1028 is #31EFD7. Grayscale: #4B4B4B. Windows color (decimal): -3272664 or 2625742. OLE color: 2625742.

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

Color convert

RGB 206 16 40 -
CMYK 0 0.92 0.81 0.19
HSL 352.42º 0.86% 0.44% -
HSV(B) 352.42º 0.92% 0.81% -
XYZ 26.02 13.65 3.27 -
YUV 75.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 206 16 40 0 0.92 0.81 0.19 352.42 0.86 0.44
Hex CE 10 28 0 5C 51 13 160 56 2C
Octal 316 20 50 0 134 121 23 540 126 54
Binary 11001110 10000 101000 0 1011100 1010001 10011 101100000 1010110 101100

Color Harmonies of #CE1028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1028

Black with #CE1028

Text Example


Text Example

White with #CE1028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1028; }

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

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

background-color css

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

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

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

border-color css

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

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

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