Html Css Color HEX #CE141E Fire Engine Red

📋 copy color: '#CE141E'

red 206 ◦ green 20 ◦ blue 30

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

Shades of Fire Engine Red #CE141E

Tints of Fire Engine Red #CE141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.72%

R = 80.47%
G = 7.81%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE141E (or 0xCE141E) is known color: Fire Engine Red. HEX triplet: CE, 14 and 1E. RGB value is (206,20,30). Sum of RGB (Red+Green+Blue) = 206+20+30=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE141E is #31EBE1. Grayscale: #4C4C4C. Windows color (decimal): -3271650 or 1971406. OLE color: 1971406.

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

Color convert

RGB 206 20 30 -
CMYK 0 0.90 0.85 0.19
HSL 356.77º 0.82% 0.44% -
HSV(B) 356.77º 0.9% 0.81% -
XYZ 25.94 13.72 2.51 -
YUV 76.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 206 20 30 0 0.90 0.85 0.19 356.77 0.82 0.44
Hex CE 14 1E 0 5A 55 13 165 52 2C
Octal 316 24 36 0 132 125 23 545 122 54
Binary 11001110 10100 11110 0 1011010 1010101 10011 101100101 1010010 101100

Color Harmonies of #CE141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE141E

Black with #CE141E

Text Example


Text Example

White with #CE141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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