Html Css Color HEX #CE1327 Fire Engine Red

📋 copy color: '#CE1327'

red 206 ◦ green 19 ◦ blue 39

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

Shades of Fire Engine Red #CE1327

Tints of Fire Engine Red #CE1327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 78.03%
G = 7.2%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE1327 (or 0xCE1327) is known color: Fire Engine Red. HEX triplet: CE, 13 and 27. RGB value is (206,19,39). Sum of RGB (Red+Green+Blue) = 206+19+39=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1327 is #31ECD8. Grayscale: #4D4D4D. Windows color (decimal): -3271897 or 2560974. OLE color: 2560974.

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

Color convert

RGB 206 19 39 -
CMYK 0 0.91 0.81 0.19
HSL 353.58º 0.83% 0.44% -
HSV(B) 353.58º 0.91% 0.81% -
XYZ 26.05 13.73 3.2 -
YUV 77.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 206 19 39 0 0.91 0.81 0.19 353.58 0.83 0.44
Hex CE 13 27 0 5B 51 13 162 53 2C
Octal 316 23 47 0 133 121 23 542 123 54
Binary 11001110 10011 100111 0 1011011 1010001 10011 101100010 1010011 101100

Color Harmonies of #CE1327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1327

Black with #CE1327

Text Example


Text Example

White with #CE1327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1327; }

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

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

background-color css

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

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

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

border-color css

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

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

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