Html Css Color HEX #CE122E Fire Engine Red

📋 copy color: '#CE122E'

red 206 ◦ green 18 ◦ blue 46

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

Shades of Fire Engine Red #CE122E

Tints of Fire Engine Red #CE122E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.67%

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 76.3%
G = 6.67%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE122E (or 0xCE122E) is known color: Fire Engine Red. HEX triplet: CE, 12 and 2E. RGB value is (206,18,46). Sum of RGB (Red+Green+Blue) = 206+18+46=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE122E is #31EDD1. Grayscale: #4D4D4D. Windows color (decimal): -3272146 or 3019470. OLE color: 3019470.

HSL color Cylindrical-coordinate representation of color #CE122E: hue angle of 351.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE122E is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 18 46 -
CMYK 0 0.91 0.78 0.19
HSL 351.06º 0.84% 0.44% -
HSV(B) 351.06º 0.91% 0.81% -
XYZ 26.16 13.75 3.86 -
YUV 77.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 206 18 46 0 0.91 0.78 0.19 351.06 0.84 0.44
Hex CE 12 2E 0 5B 4E 13 15F 54 2C
Octal 316 22 56 0 133 116 23 537 124 54
Binary 11001110 10010 101110 0 1011011 1001110 10011 101011111 1010100 101100

Color Harmonies of #CE122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE122E

Black with #CE122E

Text Example


Text Example

White with #CE122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE122E; }

 p { color: rgb(206,18,46); }

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

background-color css

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

 a { background-color: rgb(206,18,46); }

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

border-color css

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

 span { border-color: rgb(206,18,46); }

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