Html Css Color HEX #CE141A Fire Engine Red

📋 copy color: '#CE141A'

red 206 ◦ green 20 ◦ blue 26

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

Shades of Fire Engine Red #CE141A

Tints of Fire Engine Red #CE141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 81.75%
G = 7.94%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE141A (or 0xCE141A) is known color: Fire Engine Red. HEX triplet: CE, 14 and 1A. RGB value is (206,20,26). Sum of RGB (Red+Green+Blue) = 206+20+26=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE141A is #31EBE5. Grayscale: #4C4C4C. Windows color (decimal): -3271654 or 1709262. OLE color: 1709262.

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

Color convert

RGB 206 20 26 -
CMYK 0 0.90 0.87 0.19
HSL 358.06º 0.82% 0.44% -
HSV(B) 358.06º 0.9% 0.81% -
XYZ 25.89 13.7 2.26 -
YUV 76.3 99.62 220.51 -
System Red Green Blue C M Y K H S L
Decimal 206 20 26 0 0.90 0.87 0.19 358.06 0.82 0.44
Hex CE 14 1A 0 5A 57 13 166 52 2C
Octal 316 24 32 0 132 127 23 546 122 54
Binary 11001110 10100 11010 0 1011010 1010111 10011 101100110 1010010 101100

Color Harmonies of #CE141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE141A

Black with #CE141A

Text Example


Text Example

White with #CE141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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