Html Css Color HEX #CE0626 Fire Engine Red

📋 copy color: '#CE0626'

red 206 ◦ green 6 ◦ blue 38

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

Shades of Fire Engine Red #CE0626

Tints of Fire Engine Red #CE0626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

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

R = 82.4%
G = 2.4%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE0626 (or 0xCE0626) is known color: Fire Engine Red. HEX triplet: CE, 06 and 26. RGB value is (206,6,38). Sum of RGB (Red+Green+Blue) = 206+6+38=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0626 is #31F9D9. Grayscale: #454545. Windows color (decimal): -3275226 or 2492110. OLE color: 2492110.

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

Color convert

RGB 206 6 38 -
CMYK 0 0.97 0.82 0.19
HSL 350.4º 0.94% 0.42% -
HSV(B) 350.4º 0.97% 0.81% -
XYZ 25.87 13.39 3.06 -
YUV 69.45 110.26 225.4 -
System Red Green Blue C M Y K H S L
Decimal 206 6 38 0 0.97 0.82 0.19 350.4 0.94 0.42
Hex CE 6 26 0 61 52 13 15E 5E 2A
Octal 316 6 46 0 141 122 23 536 136 52
Binary 11001110 110 100110 0 1100001 1010010 10011 101011110 1011110 101010

Color Harmonies of #CE0626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0626

Black with #CE0626

Text Example


Text Example

White with #CE0626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0626; }

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

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

background-color css

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

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

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

border-color css

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

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

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