Html Css Color HEX #CE082D Fire Engine Red

📋 copy color: '#CE082D'

red 206 ◦ green 8 ◦ blue 45

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

Shades of Fire Engine Red #CE082D

Tints of Fire Engine Red #CE082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

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

R = 79.54%
G = 3.09%
B = 17.37%

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

#CE082D (or 0xCE082D) is known color: Fire Engine Red. HEX triplet: CE, 08 and 2D. RGB value is (206,8,45). Sum of RGB (Red+Green+Blue) = 206+8+45=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE082D is #31F7D2. Grayscale: #474747. Windows color (decimal): -3274707 or 2951374. OLE color: 2951374.

HSL color Cylindrical-coordinate representation of color #CE082D: hue angle of 348.79º degrees, saturation: 0.93, 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 #CE082D is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 8 45 -
CMYK 0 0.96 0.78 0.19
HSL 348.79º 0.93% 0.42% -
HSV(B) 348.79º 0.96% 0.81% -
XYZ 26.01 13.48 3.71 -
YUV 71.42 113.1 223.99 -
System Red Green Blue C M Y K H S L
Decimal 206 8 45 0 0.96 0.78 0.19 348.79 0.93 0.42
Hex CE 8 2D 0 60 4E 13 15D 5D 2A
Octal 316 10 55 0 140 116 23 535 135 52
Binary 11001110 1000 101101 0 1100000 1001110 10011 101011101 1011101 101010

Color Harmonies of #CE082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE082D

Black with #CE082D

Text Example


Text Example

White with #CE082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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