Html Css Color HEX #CE152C Fire Engine Red

📋 copy color: '#CE152C'

red 206 ◦ green 21 ◦ blue 44

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

Shades of Fire Engine Red #CE152C

Tints of Fire Engine Red #CE152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.24%

R = 76.01%
G = 7.75%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE152C (or 0xCE152C) is known color: Fire Engine Red. HEX triplet: CE, 15 and 2C. RGB value is (206,21,44). Sum of RGB (Red+Green+Blue) = 206+21+44=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE152C is #31EAD3. Grayscale: #4F4F4F. Windows color (decimal): -3271380 or 2889166. OLE color: 2889166.

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

Color convert

RGB 206 21 44 -
CMYK 0 0.90 0.79 0.19
HSL 352.54º 0.81% 0.45% -
HSV(B) 352.54º 0.9% 0.81% -
XYZ 26.18 13.84 3.67 -
YUV 78.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 206 21 44 0 0.90 0.79 0.19 352.54 0.81 0.45
Hex CE 15 2C 0 5A 4F 13 161 51 2D
Octal 316 25 54 0 132 117 23 541 121 55
Binary 11001110 10101 101100 0 1011010 1001111 10011 101100001 1010001 101101

Color Harmonies of #CE152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE152C

Black with #CE152C

Text Example


Text Example

White with #CE152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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