Html Css Color HEX #CE1920 Fire Engine Red

📋 copy color: '#CE1920'

red 206 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #CE1920

Tints of Fire Engine Red #CE1920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

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

R = 78.33%
G = 9.51%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE1920 (or 0xCE1920) is known color: Fire Engine Red. HEX triplet: CE, 19 and 20. RGB value is (206,25,32). Sum of RGB (Red+Green+Blue) = 206+25+32=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1920 is #31E6DF. Grayscale: #505050. Windows color (decimal): -3270368 or 2103758. OLE color: 2103758.

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

Color convert

RGB 206 25 32 -
CMYK 0 0.88 0.84 0.19
HSL 357.68º 0.78% 0.45% -
HSV(B) 357.68º 0.88% 0.81% -
XYZ 26.06 13.92 2.68 -
YUV 79.92 100.97 217.93 -
System Red Green Blue C M Y K H S L
Decimal 206 25 32 0 0.88 0.84 0.19 357.68 0.78 0.45
Hex CE 19 20 0 58 54 13 166 4E 2D
Octal 316 31 40 0 130 124 23 546 116 55
Binary 11001110 11001 100000 0 1011000 1010100 10011 101100110 1001110 101101

Color Harmonies of #CE1920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1920

Black with #CE1920

Text Example


Text Example

White with #CE1920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1920; }

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

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

background-color css

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

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

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

border-color css

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

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

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