Html Css Color HEX #CE161F Fire Engine Red

📋 copy color: '#CE161F'

red 206 ◦ green 22 ◦ blue 31

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

Shades of Fire Engine Red #CE161F

Tints of Fire Engine Red #CE161F

RGB

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

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

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

R = 79.54%
G = 8.49%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE161F (or 0xCE161F) is known color: Fire Engine Red. HEX triplet: CE, 16 and 1F. RGB value is (206,22,31). Sum of RGB (Red+Green+Blue) = 206+22+31=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE161F is #31E9E0. Grayscale: #4E4E4E. Windows color (decimal): -3271137 or 2037454. OLE color: 2037454.

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

Color convert

RGB 206 22 31 -
CMYK 0 0.89 0.85 0.19
HSL 357.07º 0.81% 0.45% -
HSV(B) 357.07º 0.89% 0.81% -
XYZ 25.99 13.79 2.59 -
YUV 78.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 206 22 31 0 0.89 0.85 0.19 357.07 0.81 0.45
Hex CE 16 1F 0 59 55 13 165 51 2D
Octal 316 26 37 0 131 125 23 545 121 55
Binary 11001110 10110 11111 0 1011001 1010101 10011 101100101 1010001 101101

Color Harmonies of #CE161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE161F

Black with #CE161F

Text Example


Text Example

White with #CE161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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