Html Css Color HEX #CE151F Fire Engine Red

📋 copy color: '#CE151F'

red 206 ◦ green 21 ◦ blue 31

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

Shades of Fire Engine Red #CE151F

Tints of Fire Engine Red #CE151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 79.84%
G = 8.14%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE151F (or 0xCE151F) is known color: Fire Engine Red. HEX triplet: CE, 15 and 1F. RGB value is (206,21,31). Sum of RGB (Red+Green+Blue) = 206+21+31=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE151F is #31EAE0. Grayscale: #4D4D4D. Windows color (decimal): -3271393 or 2037198. OLE color: 2037198.

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

Color convert

RGB 206 21 31 -
CMYK 0 0.90 0.85 0.19
HSL 356.76º 0.81% 0.45% -
HSV(B) 356.76º 0.9% 0.81% -
XYZ 25.97 13.76 2.58 -
YUV 77.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 206 21 31 0 0.90 0.85 0.19 356.76 0.81 0.45
Hex CE 15 1F 0 5A 55 13 165 51 2D
Octal 316 25 37 0 132 125 23 545 121 55
Binary 11001110 10101 11111 0 1011010 1010101 10011 101100101 1010001 101101

Color Harmonies of #CE151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE151F

Black with #CE151F

Text Example


Text Example

White with #CE151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE151F; }

 p { color: rgb(206,21,31); }

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

background-color css

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

 a { background-color: rgb(206,21,31); }

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

border-color css

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

 span { border-color: rgb(206,21,31); }

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