Html Css Color HEX #CE092D Fire Engine Red

📋 copy color: '#CE092D'

red 206 ◦ green 9 ◦ blue 45

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

Shades of Fire Engine Red #CE092D

Tints of Fire Engine Red #CE092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 79.23%
G = 3.46%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE092D (or 0xCE092D) is known color: Fire Engine Red. HEX triplet: CE, 09 and 2D. RGB value is (206,9,45). Sum of RGB (Red+Green+Blue) = 206+9+45=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE092D is #31F6D2. Grayscale: #484848. Windows color (decimal): -3274451 or 2951630. OLE color: 2951630.

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

Color convert

RGB 206 9 45 -
CMYK 0 0.96 0.78 0.19
HSL 349.04º 0.92% 0.42% -
HSV(B) 349.04º 0.96% 0.81% -
XYZ 26.02 13.51 3.72 -
YUV 72.01 112.77 223.57 -
System Red Green Blue C M Y K H S L
Decimal 206 9 45 0 0.96 0.78 0.19 349.04 0.92 0.42
Hex CE 9 2D 0 60 4E 13 15D 5C 2A
Octal 316 11 55 0 140 116 23 535 134 52
Binary 11001110 1001 101101 0 1100000 1001110 10011 101011101 1011100 101010

Color Harmonies of #CE092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE092D

Black with #CE092D

Text Example


Text Example

White with #CE092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE092D; }

 p { color: rgb(206,9,45); }

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

background-color css

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

 a { background-color: rgb(206,9,45); }

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

border-color css

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

 span { border-color: rgb(206,9,45); }

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