Html Css Color HEX #CE1B2E Fire Engine Red

📋 copy color: '#CE1B2E'

red 206 ◦ green 27 ◦ blue 46

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

Shades of Fire Engine Red #CE1B2E

Tints of Fire Engine Red #CE1B2E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.68%

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 73.84%
G = 9.68%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE1B2E (or 0xCE1B2E) is known color: Fire Engine Red. HEX triplet: CE, 1B and 2E. RGB value is (206,27,46). Sum of RGB (Red+Green+Blue) = 206+27+46=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B2E is #31E4D1. Grayscale: #525252. Windows color (decimal): -3269842 or 3021774. OLE color: 3021774.

HSL color Cylindrical-coordinate representation of color #CE1B2E: hue angle of 353.63º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B2E is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 27 46 -
CMYK 0 0.87 0.78 0.19
HSL 353.63º 0.77% 0.46% -
HSV(B) 353.63º 0.87% 0.81% -
XYZ 26.34 14.1 3.92 -
YUV 82.69 107.3 215.96 -
System Red Green Blue C M Y K H S L
Decimal 206 27 46 0 0.87 0.78 0.19 353.63 0.77 0.46
Hex CE 1B 2E 0 57 4E 13 162 4D 2E
Octal 316 33 56 0 127 116 23 542 115 56
Binary 11001110 11011 101110 0 1010111 1001110 10011 101100010 1001101 101110

Color Harmonies of #CE1B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B2E

Black with #CE1B2E

Text Example


Text Example

White with #CE1B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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