Html Css Color HEX #CE1422 Fire Engine Red

📋 copy color: '#CE1422'

red 206 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #CE1422

Tints of Fire Engine Red #CE1422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

 BLUE value IS 34 (13.67% from 255) = 13.08%

R = 79.23%
G = 7.69%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE1422 (or 0xCE1422) is known color: Fire Engine Red. HEX triplet: CE, 14 and 22. RGB value is (206,20,34). Sum of RGB (Red+Green+Blue) = 206+20+34=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1422 is #31EBDD. Grayscale: #4D4D4D. Windows color (decimal): -3271646 or 2233550. OLE color: 2233550.

HSL color Cylindrical-coordinate representation of color #CE1422: hue angle of 355.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1422 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 34 -
CMYK 0 0.90 0.83 0.19
HSL 355.48º 0.82% 0.44% -
HSV(B) 355.48º 0.9% 0.81% -
XYZ 25.99 13.74 2.8 -
YUV 77.21 103.62 219.86 -
System Red Green Blue C M Y K H S L
Decimal 206 20 34 0 0.90 0.83 0.19 355.48 0.82 0.44
Hex CE 14 22 0 5A 53 13 163 52 2C
Octal 316 24 42 0 132 123 23 543 122 54
Binary 11001110 10100 100010 0 1011010 1010011 10011 101100011 1010010 101100

Color Harmonies of #CE1422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1422

Black with #CE1422

Text Example


Text Example

White with #CE1422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1422; }

 p { color: rgb(206,20,34); }

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

background-color css

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

 a { background-color: rgb(206,20,34); }

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

border-color css

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

 span { border-color: rgb(206,20,34); }

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