Html Css Color HEX #CE121D Fire Engine Red

📋 copy color: '#CE121D'

red 206 ◦ green 18 ◦ blue 29

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

Shades of Fire Engine Red #CE121D

Tints of Fire Engine Red #CE121D

RGB

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

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

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

R = 81.42%
G = 7.11%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE121D (or 0xCE121D) is known color: Fire Engine Red. HEX triplet: CE, 12 and 1D. RGB value is (206,18,29). Sum of RGB (Red+Green+Blue) = 206+18+29=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE121D is #31EDE2. Grayscale: #4B4B4B. Windows color (decimal): -3272163 or 1905358. OLE color: 1905358.

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

Color convert

RGB 206 18 29 -
CMYK 0 0.91 0.86 0.19
HSL 356.49º 0.84% 0.44% -
HSV(B) 356.49º 0.91% 0.81% -
XYZ 25.89 13.64 2.43 -
YUV 75.47 101.78 221.11 -
System Red Green Blue C M Y K H S L
Decimal 206 18 29 0 0.91 0.86 0.19 356.49 0.84 0.44
Hex CE 12 1D 0 5B 56 13 164 54 2C
Octal 316 22 35 0 133 126 23 544 124 54
Binary 11001110 10010 11101 0 1011011 1010110 10011 101100100 1010100 101100

Color Harmonies of #CE121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE121D

Black with #CE121D

Text Example


Text Example

White with #CE121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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