Html Css Color HEX #CE122A Fire Engine Red

📋 copy color: '#CE122A'

red 206 ◦ green 18 ◦ blue 42

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

Shades of Fire Engine Red #CE122A

Tints of Fire Engine Red #CE122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 77.44%
G = 6.77%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE122A (or 0xCE122A) is known color: Fire Engine Red. HEX triplet: CE, 12 and 2A. RGB value is (206,18,42). Sum of RGB (Red+Green+Blue) = 206+18+42=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE122A is #31EDD5. Grayscale: #4D4D4D. Windows color (decimal): -3272150 or 2757326. OLE color: 2757326.

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

Color convert

RGB 206 18 42 -
CMYK 0 0.91 0.80 0.19
HSL 352.34º 0.84% 0.44% -
HSV(B) 352.34º 0.91% 0.81% -
XYZ 26.09 13.72 3.46 -
YUV 76.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 206 18 42 0 0.91 0.80 0.19 352.34 0.84 0.44
Hex CE 12 2A 0 5B 50 13 160 54 2C
Octal 316 22 52 0 133 120 23 540 124 54
Binary 11001110 10010 101010 0 1011011 1010000 10011 101100000 1010100 101100

Color Harmonies of #CE122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE122A

Black with #CE122A

Text Example


Text Example

White with #CE122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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