Html Css Color HEX #CE161D Fire Engine Red

📋 copy color: '#CE161D'

red 206 ◦ green 22 ◦ blue 29

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

Shades of Fire Engine Red #CE161D

Tints of Fire Engine Red #CE161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 80.16%
G = 8.56%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE161D (or 0xCE161D) is known color: Fire Engine Red. HEX triplet: CE, 16 and 1D. RGB value is (206,22,29). Sum of RGB (Red+Green+Blue) = 206+22+29=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE161D is #31E9E2. Grayscale: #4D4D4D. Windows color (decimal): -3271139 or 1906382. OLE color: 1906382.

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

Color convert

RGB 206 22 29 -
CMYK 0 0.89 0.86 0.19
HSL 357.72º 0.81% 0.45% -
HSV(B) 357.72º 0.89% 0.81% -
XYZ 25.96 13.78 2.45 -
YUV 77.81 100.46 219.43 -
System Red Green Blue C M Y K H S L
Decimal 206 22 29 0 0.89 0.86 0.19 357.72 0.81 0.45
Hex CE 16 1D 0 59 56 13 166 51 2D
Octal 316 26 35 0 131 126 23 546 121 55
Binary 11001110 10110 11101 0 1011001 1010110 10011 101100110 1010001 101101

Color Harmonies of #CE161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE161D

Black with #CE161D

Text Example


Text Example

White with #CE161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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