Html Css Color HEX #CE1427 Fire Engine Red

📋 copy color: '#CE1427'

red 206 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #CE1427

Tints of Fire Engine Red #CE1427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

 BLUE value IS 39 (15.63% from 255) = 14.72%

R = 77.74%
G = 7.55%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE1427 (or 0xCE1427) is known color: Fire Engine Red. HEX triplet: CE, 14 and 27. RGB value is (206,20,39). Sum of RGB (Red+Green+Blue) = 206+20+39=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1427 is #31EBD8. Grayscale: #4D4D4D. Windows color (decimal): -3271641 or 2561230. OLE color: 2561230.

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

Color convert

RGB 206 20 39 -
CMYK 0 0.90 0.81 0.19
HSL 353.87º 0.82% 0.44% -
HSV(B) 353.87º 0.9% 0.81% -
XYZ 26.07 13.77 3.2 -
YUV 77.78 106.12 219.46 -
System Red Green Blue C M Y K H S L
Decimal 206 20 39 0 0.90 0.81 0.19 353.87 0.82 0.44
Hex CE 14 27 0 5A 51 13 162 52 2C
Octal 316 24 47 0 132 121 23 542 122 54
Binary 11001110 10100 100111 0 1011010 1010001 10011 101100010 1010010 101100

Color Harmonies of #CE1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1427

Black with #CE1427

Text Example


Text Example

White with #CE1427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1427; }

 p { color: rgb(206,20,39); }

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

background-color css

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

 a { background-color: rgb(206,20,39); }

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

border-color css

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

 span { border-color: rgb(206,20,39); }

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