Html Css Color HEX #CE1728 Fire Engine Red

📋 copy color: '#CE1728'

red 206 ◦ green 23 ◦ blue 40

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

Shades of Fire Engine Red #CE1728

Tints of Fire Engine Red #CE1728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.55%

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

R = 76.58%
G = 8.55%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE1728 (or 0xCE1728) is known color: Fire Engine Red. HEX triplet: CE, 17 and 28. RGB value is (206,23,40). Sum of RGB (Red+Green+Blue) = 206+23+40=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1728 is #31E8D7. Grayscale: #4F4F4F. Windows color (decimal): -3270872 or 2627534. OLE color: 2627534.

HSL color Cylindrical-coordinate representation of color #CE1728: hue angle of 354.43º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1728 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 40 -
CMYK 0 0.89 0.81 0.19
HSL 354.43º 0.8% 0.45% -
HSV(B) 354.43º 0.89% 0.81% -
XYZ 26.14 13.89 3.31 -
YUV 79.66 105.63 218.12 -
System Red Green Blue C M Y K H S L
Decimal 206 23 40 0 0.89 0.81 0.19 354.43 0.8 0.45
Hex CE 17 28 0 59 51 13 162 50 2D
Octal 316 27 50 0 131 121 23 542 120 55
Binary 11001110 10111 101000 0 1011001 1010001 10011 101100010 1010000 101101

Color Harmonies of #CE1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1728

Black with #CE1728

Text Example


Text Example

White with #CE1728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1728; }

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

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

background-color css

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

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

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

border-color css

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

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

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