Html Css Color HEX #CE141D Fire Engine Red

📋 copy color: '#CE141D'

red 206 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #CE141D

Tints of Fire Engine Red #CE141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 80.78%
G = 7.84%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE141D (or 0xCE141D) is known color: Fire Engine Red. HEX triplet: CE, 14 and 1D. RGB value is (206,20,29). Sum of RGB (Red+Green+Blue) = 206+20+29=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE141D is #31EBE2. Grayscale: #4C4C4C. Windows color (decimal): -3271651 or 1905870. OLE color: 1905870.

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

Color convert

RGB 206 20 29 -
CMYK 0 0.90 0.86 0.19
HSL 357.1º 0.82% 0.44% -
HSV(B) 357.1º 0.9% 0.81% -
XYZ 25.93 13.71 2.44 -
YUV 76.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 206 20 29 0 0.90 0.86 0.19 357.1 0.82 0.44
Hex CE 14 1D 0 5A 56 13 165 52 2C
Octal 316 24 35 0 132 126 23 545 122 54
Binary 11001110 10100 11101 0 1011010 1010110 10011 101100101 1010010 101100

Color Harmonies of #CE141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE141D

Black with #CE141D

Text Example


Text Example

White with #CE141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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