Html Css Color HEX #CE1E2A Fire Engine Red

📋 copy color: '#CE1E2A'

red 206 ◦ green 30 ◦ blue 42

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

Shades of Fire Engine Red #CE1E2A

Tints of Fire Engine Red #CE1E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.79%

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 74.1%
G = 10.79%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE1E2A (or 0xCE1E2A) is known color: Fire Engine Red. HEX triplet: CE, 1E and 2A. RGB value is (206,30,42). Sum of RGB (Red+Green+Blue) = 206+30+42=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E2A is #31E1D5. Grayscale: #545454. Windows color (decimal): -3269078 or 2760398. OLE color: 2760398.

HSL color Cylindrical-coordinate representation of color #CE1E2A: hue angle of 355.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E2A is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 30 42 -
CMYK 0 0.85 0.80 0.19
HSL 355.91º 0.75% 0.46% -
HSV(B) 355.91º 0.85% 0.81% -
XYZ 26.34 14.22 3.55 -
YUV 83.99 104.31 215.02 -
System Red Green Blue C M Y K H S L
Decimal 206 30 42 0 0.85 0.80 0.19 355.91 0.75 0.46
Hex CE 1E 2A 0 55 50 13 164 4B 2E
Octal 316 36 52 0 125 120 23 544 113 56
Binary 11001110 11110 101010 0 1010101 1010000 10011 101100100 1001011 101110

Color Harmonies of #CE1E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E2A

Black with #CE1E2A

Text Example


Text Example

White with #CE1E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E2A; }

 p { color: rgb(206,30,42); }

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

background-color css

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

 a { background-color: rgb(206,30,42); }

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

border-color css

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

 span { border-color: rgb(206,30,42); }

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