Html Css Color HEX #CE131B Fire Engine Red

📋 copy color: '#CE131B'

red 206 ◦ green 19 ◦ blue 27

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

Shades of Fire Engine Red #CE131B

Tints of Fire Engine Red #CE131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.71%

R = 81.75%
G = 7.54%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE131B (or 0xCE131B) is known color: Fire Engine Red. HEX triplet: CE, 13 and 1B. RGB value is (206,19,27). Sum of RGB (Red+Green+Blue) = 206+19+27=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE131B is #31ECE4. Grayscale: #4B4B4B. Windows color (decimal): -3271909 or 1774542. OLE color: 1774542.

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

Color convert

RGB 206 19 27 -
CMYK 0 0.91 0.87 0.19
HSL 357.43º 0.83% 0.44% -
HSV(B) 357.43º 0.91% 0.81% -
XYZ 25.88 13.67 2.31 -
YUV 75.83 100.45 220.85 -
System Red Green Blue C M Y K H S L
Decimal 206 19 27 0 0.91 0.87 0.19 357.43 0.83 0.44
Hex CE 13 1B 0 5B 57 13 165 53 2C
Octal 316 23 33 0 133 127 23 545 123 54
Binary 11001110 10011 11011 0 1011011 1010111 10011 101100101 1010011 101100

Color Harmonies of #CE131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE131B

Black with #CE131B

Text Example


Text Example

White with #CE131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE131B; }

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

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

background-color css

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

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

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

border-color css

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

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

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