Html Css Color HEX #CE0726 Fire Engine Red

📋 copy color: '#CE0726'

red 206 ◦ green 7 ◦ blue 38

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

Shades of Fire Engine Red #CE0726

Tints of Fire Engine Red #CE0726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.79%

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

R = 82.07%
G = 2.79%
B = 15.14%

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

#CE0726 (or 0xCE0726) is known color: Fire Engine Red. HEX triplet: CE, 07 and 26. RGB value is (206,7,38). Sum of RGB (Red+Green+Blue) = 206+7+38=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0726 is #31F8D9. Grayscale: #464646. Windows color (decimal): -3274970 or 2492366. OLE color: 2492366.

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

Color convert

RGB 206 7 38 -
CMYK 0 0.97 0.82 0.19
HSL 350.65º 0.93% 0.42% -
HSV(B) 350.65º 0.97% 0.81% -
XYZ 25.88 13.41 3.06 -
YUV 70.04 109.93 224.98 -
System Red Green Blue C M Y K H S L
Decimal 206 7 38 0 0.97 0.82 0.19 350.65 0.93 0.42
Hex CE 7 26 0 61 52 13 15F 5D 2A
Octal 316 7 46 0 141 122 23 537 135 52
Binary 11001110 111 100110 0 1100001 1010010 10011 101011111 1011101 101010

Color Harmonies of #CE0726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0726

Black with #CE0726

Text Example


Text Example

White with #CE0726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0726; }

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

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

background-color css

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

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

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

border-color css

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

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

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