Html Css Color HEX #CE131D Fire Engine Red

📋 copy color: '#CE131D'

red 206 ◦ green 19 ◦ blue 29

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

Shades of Fire Engine Red #CE131D

Tints of Fire Engine Red #CE131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

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

R = 81.1%
G = 7.48%
B = 11.42%

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

#CE131D (or 0xCE131D) is known color: Fire Engine Red. HEX triplet: CE, 13 and 1D. RGB value is (206,19,29). Sum of RGB (Red+Green+Blue) = 206+19+29=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE131D is #31ECE2. Grayscale: #4C4C4C. Windows color (decimal): -3271907 or 1905614. OLE color: 1905614.

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

Color convert

RGB 206 19 29 -
CMYK 0 0.91 0.86 0.19
HSL 356.79º 0.83% 0.44% -
HSV(B) 356.79º 0.91% 0.81% -
XYZ 25.91 13.68 2.44 -
YUV 76.05 101.45 220.69 -
System Red Green Blue C M Y K H S L
Decimal 206 19 29 0 0.91 0.86 0.19 356.79 0.83 0.44
Hex CE 13 1D 0 5B 56 13 165 53 2C
Octal 316 23 35 0 133 126 23 545 123 54
Binary 11001110 10011 11101 0 1011011 1010110 10011 101100101 1010011 101100

Color Harmonies of #CE131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE131D

Black with #CE131D

Text Example


Text Example

White with #CE131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE131D; }

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

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

background-color css

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

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

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

border-color css

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

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

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