Html Css Color HEX #CE1320 Fire Engine Red

📋 copy color: '#CE1320'

red 206 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #CE1320

Tints of Fire Engine Red #CE1320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 80.16%
G = 7.39%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE1320 (or 0xCE1320) is known color: Fire Engine Red. HEX triplet: CE, 13 and 20. RGB value is (206,19,32). Sum of RGB (Red+Green+Blue) = 206+19+32=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1320 is #31ECDF. Grayscale: #4C4C4C. Windows color (decimal): -3271904 or 2102222. OLE color: 2102222.

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

Color convert

RGB 206 19 32 -
CMYK 0 0.91 0.84 0.19
HSL 355.83º 0.83% 0.44% -
HSV(B) 355.83º 0.91% 0.81% -
XYZ 25.95 13.69 2.64 -
YUV 76.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 206 19 32 0 0.91 0.84 0.19 355.83 0.83 0.44
Hex CE 13 20 0 5B 54 13 164 53 2C
Octal 316 23 40 0 133 124 23 544 123 54
Binary 11001110 10011 100000 0 1011011 1010100 10011 101100100 1010011 101100

Color Harmonies of #CE1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1320

Black with #CE1320

Text Example


Text Example

White with #CE1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1320; }

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

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

background-color css

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

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

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

border-color css

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

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

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