Html Css Color HEX #CE1319 Fire Engine Red

📋 copy color: '#CE1319'

red 206 ◦ green 19 ◦ blue 25

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

Shades of Fire Engine Red #CE1319

Tints of Fire Engine Red #CE1319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10%

R = 82.4%
G = 7.6%
B = 10%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE1319 (or 0xCE1319) is known color: Fire Engine Red. HEX triplet: CE, 13 and 19. RGB value is (206,19,25). Sum of RGB (Red+Green+Blue) = 206+19+25=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1319 is #31ECE6. Grayscale: #4B4B4B. Windows color (decimal): -3271911 or 1643470. OLE color: 1643470.

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

Color convert

RGB 206 19 25 -
CMYK 0 0.91 0.88 0.19
HSL 358.07º 0.83% 0.44% -
HSV(B) 358.07º 0.91% 0.81% -
XYZ 25.86 13.66 2.19 -
YUV 75.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 206 19 25 0 0.91 0.88 0.19 358.07 0.83 0.44
Hex CE 13 19 0 5B 58 13 166 53 2C
Octal 316 23 31 0 133 130 23 546 123 54
Binary 11001110 10011 11001 0 1011011 1011000 10011 101100110 1010011 101100

Color Harmonies of #CE1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1319

Black with #CE1319

Text Example


Text Example

White with #CE1319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1319; }

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

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

background-color css

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

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

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

border-color css

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

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

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