Html Css Color HEX #CE1314 Fire Engine Red

📋 copy color: '#CE1314'

red 206 ◦ green 19 ◦ blue 20

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

Shades of Fire Engine Red #CE1314

Tints of Fire Engine Red #CE1314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 84.08%
G = 7.76%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE1314 (or 0xCE1314) is known color: Fire Engine Red. HEX triplet: CE, 13 and 14. RGB value is (206,19,20). Sum of RGB (Red+Green+Blue) = 206+19+20=245 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.08% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1314 is #31ECEB. Grayscale: #4B4B4B. Windows color (decimal): -3271916 or 1315790. OLE color: 1315790.

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

Color convert

RGB 206 19 20 -
CMYK 0 0.91 0.90 0.19
HSL 359.68º 0.83% 0.44% -
HSV(B) 359.68º 0.91% 0.81% -
XYZ 25.81 13.64 1.93 -
YUV 75.03 96.95 221.42 -
System Red Green Blue C M Y K H S L
Decimal 206 19 20 0 0.91 0.90 0.19 359.68 0.83 0.44
Hex CE 13 14 0 5B 5A 13 168 53 2C
Octal 316 23 24 0 133 132 23 550 123 54
Binary 11001110 10011 10100 0 1011011 1011010 10011 101101000 1010011 101100

Color Harmonies of #CE1314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1314

Black with #CE1314

Text Example


Text Example

White with #CE1314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1314; }

 p { color: rgb(206,19,20); }

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

background-color css

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

 a { background-color: rgb(206,19,20); }

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

border-color css

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

 span { border-color: rgb(206,19,20); }

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