Html Css Color HEX #CE0826 Fire Engine Red

📋 copy color: '#CE0826'

red 206 ◦ green 8 ◦ blue 38

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

Shades of Fire Engine Red #CE0826

Tints of Fire Engine Red #CE0826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.08%

R = 81.75%
G = 3.17%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE0826 (or 0xCE0826) is known color: Fire Engine Red. HEX triplet: CE, 08 and 26. RGB value is (206,8,38). Sum of RGB (Red+Green+Blue) = 206+8+38=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0826 is #31F7D9. Grayscale: #464646. Windows color (decimal): -3274714 or 2492622. OLE color: 2492622.

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

Color convert

RGB 206 8 38 -
CMYK 0 0.96 0.82 0.19
HSL 350.91º 0.93% 0.42% -
HSV(B) 350.91º 0.96% 0.81% -
XYZ 25.89 13.44 3.06 -
YUV 70.62 109.6 224.56 -
System Red Green Blue C M Y K H S L
Decimal 206 8 38 0 0.96 0.82 0.19 350.91 0.93 0.42
Hex CE 8 26 0 60 52 13 15F 5D 2A
Octal 316 10 46 0 140 122 23 537 135 52
Binary 11001110 1000 100110 0 1100000 1010010 10011 101011111 1011101 101010

Color Harmonies of #CE0826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0826

Black with #CE0826

Text Example


Text Example

White with #CE0826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0826; }

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

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

background-color css

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

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

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

border-color css

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

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

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