Html Css Color HEX #CE1228 Fire Engine Red

📋 copy color: '#CE1228'

red 206 ◦ green 18 ◦ blue 40

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

Shades of Fire Engine Red #CE1228

Tints of Fire Engine Red #CE1228

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 78.03%
G = 6.82%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE1228 (or 0xCE1228) is known color: Fire Engine Red. HEX triplet: CE, 12 and 28. RGB value is (206,18,40). Sum of RGB (Red+Green+Blue) = 206+18+40=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1228 is #31EDD7. Grayscale: #4C4C4C. Windows color (decimal): -3272152 or 2626254. OLE color: 2626254.

HSL color Cylindrical-coordinate representation of color #CE1228: hue angle of 352.98º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1228 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 18 40 -
CMYK 0 0.91 0.81 0.19
HSL 352.98º 0.84% 0.44% -
HSV(B) 352.98º 0.91% 0.81% -
XYZ 26.05 13.71 3.28 -
YUV 76.72 107.28 220.21 -
System Red Green Blue C M Y K H S L
Decimal 206 18 40 0 0.91 0.81 0.19 352.98 0.84 0.44
Hex CE 12 28 0 5B 51 13 161 54 2C
Octal 316 22 50 0 133 121 23 541 124 54
Binary 11001110 10010 101000 0 1011011 1010001 10011 101100001 1010100 101100

Color Harmonies of #CE1228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1228

Black with #CE1228

Text Example


Text Example

White with #CE1228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1228; }

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

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

background-color css

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

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

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

border-color css

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

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

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