Html Css Color HEX #CE082B Fire Engine Red

📋 copy color: '#CE082B'

red 206 ◦ green 8 ◦ blue 43

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

Shades of Fire Engine Red #CE082B

Tints of Fire Engine Red #CE082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 80.16%
G = 3.11%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE082B (or 0xCE082B) is known color: Fire Engine Red. HEX triplet: CE, 08 and 2B. RGB value is (206,8,43). Sum of RGB (Red+Green+Blue) = 206+8+43=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE082B is #31F7D4. Grayscale: #474747. Windows color (decimal): -3274709 or 2820302. OLE color: 2820302.

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

Color convert

RGB 206 8 43 -
CMYK 0 0.96 0.79 0.19
HSL 349.39º 0.93% 0.42% -
HSV(B) 349.39º 0.96% 0.81% -
XYZ 25.98 13.47 3.52 -
YUV 71.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 206 8 43 0 0.96 0.79 0.19 349.39 0.93 0.42
Hex CE 8 2B 0 60 4F 13 15D 5D 2A
Octal 316 10 53 0 140 117 23 535 135 52
Binary 11001110 1000 101011 0 1100000 1001111 10011 101011101 1011101 101010

Color Harmonies of #CE082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE082B

Black with #CE082B

Text Example


Text Example

White with #CE082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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