Html Css Color HEX #CE151D Fire Engine Red

📋 copy color: '#CE151D'

red 206 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #CE151D

Tints of Fire Engine Red #CE151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 80.47%
G = 8.2%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE151D (or 0xCE151D) is known color: Fire Engine Red. HEX triplet: CE, 15 and 1D. RGB value is (206,21,29). Sum of RGB (Red+Green+Blue) = 206+21+29=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE151D is #31EAE2. Grayscale: #4D4D4D. Windows color (decimal): -3271395 or 1906126. OLE color: 1906126.

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

Color convert

RGB 206 21 29 -
CMYK 0 0.90 0.86 0.19
HSL 357.41º 0.81% 0.45% -
HSV(B) 357.41º 0.9% 0.81% -
XYZ 25.94 13.75 2.45 -
YUV 77.23 100.79 219.85 -
System Red Green Blue C M Y K H S L
Decimal 206 21 29 0 0.90 0.86 0.19 357.41 0.81 0.45
Hex CE 15 1D 0 5A 56 13 165 51 2D
Octal 316 25 35 0 132 126 23 545 121 55
Binary 11001110 10101 11101 0 1011010 1010110 10011 101100101 1010001 101101

Color Harmonies of #CE151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE151D

Black with #CE151D

Text Example


Text Example

White with #CE151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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