Html Css Color HEX #CE0728 Fire Engine Red

📋 copy color: '#CE0728'

red 206 ◦ green 7 ◦ blue 40

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

Shades of Fire Engine Red #CE0728

Tints of Fire Engine Red #CE0728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.81%

R = 81.42%
G = 2.77%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE0728 (or 0xCE0728) is known color: Fire Engine Red. HEX triplet: CE, 07 and 28. RGB value is (206,7,40). Sum of RGB (Red+Green+Blue) = 206+7+40=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0728 is #31F8D7. Grayscale: #464646. Windows color (decimal): -3274968 or 2623438. OLE color: 2623438.

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

Color convert

RGB 206 7 40 -
CMYK 0 0.97 0.81 0.19
HSL 350.05º 0.93% 0.42% -
HSV(B) 350.05º 0.97% 0.81% -
XYZ 25.91 13.43 3.23 -
YUV 70.26 110.93 224.82 -
System Red Green Blue C M Y K H S L
Decimal 206 7 40 0 0.97 0.81 0.19 350.05 0.93 0.42
Hex CE 7 28 0 61 51 13 15E 5D 2A
Octal 316 7 50 0 141 121 23 536 135 52
Binary 11001110 111 101000 0 1100001 1010001 10011 101011110 1011101 101010

Color Harmonies of #CE0728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0728

Black with #CE0728

Text Example


Text Example

White with #CE0728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0728; }

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

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

background-color css

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

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

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

border-color css

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

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

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