Html Css Color HEX #CE162B Fire Engine Red

📋 copy color: '#CE162B'

red 206 ◦ green 22 ◦ blue 43

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

Shades of Fire Engine Red #CE162B

Tints of Fire Engine Red #CE162B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 76.01%
G = 8.12%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE162B (or 0xCE162B) is known color: Fire Engine Red. HEX triplet: CE, 16 and 2B. RGB value is (206,22,43). Sum of RGB (Red+Green+Blue) = 206+22+43=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE162B is #31E9D4. Grayscale: #4F4F4F. Windows color (decimal): -3271125 or 2823886. OLE color: 2823886.

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

Color convert

RGB 206 22 43 -
CMYK 0 0.89 0.79 0.19
HSL 353.15º 0.81% 0.45% -
HSV(B) 353.15º 0.89% 0.81% -
XYZ 26.18 13.87 3.58 -
YUV 79.41 107.46 218.29 -
System Red Green Blue C M Y K H S L
Decimal 206 22 43 0 0.89 0.79 0.19 353.15 0.81 0.45
Hex CE 16 2B 0 59 4F 13 161 51 2D
Octal 316 26 53 0 131 117 23 541 121 55
Binary 11001110 10110 101011 0 1011001 1001111 10011 101100001 1010001 101101

Color Harmonies of #CE162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE162B

Black with #CE162B

Text Example


Text Example

White with #CE162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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