Html Css Color HEX #CE1B2D Fire Engine Red

📋 copy color: '#CE1B2D'

red 206 ◦ green 27 ◦ blue 45

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

Shades of Fire Engine Red #CE1B2D

Tints of Fire Engine Red #CE1B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 74.1%
G = 9.71%
B = 16.19%

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

#CE1B2D (or 0xCE1B2D) is known color: Fire Engine Red. HEX triplet: CE, 1B and 2D. RGB value is (206,27,45). Sum of RGB (Red+Green+Blue) = 206+27+45=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B2D is #31E4D2. Grayscale: #525252. Windows color (decimal): -3269843 or 2956238. OLE color: 2956238.

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

Color convert

RGB 206 27 45 -
CMYK 0 0.87 0.78 0.19
HSL 353.97º 0.77% 0.46% -
HSV(B) 353.97º 0.87% 0.81% -
XYZ 26.32 14.1 3.82 -
YUV 82.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 206 27 45 0 0.87 0.78 0.19 353.97 0.77 0.46
Hex CE 1B 2D 0 57 4E 13 162 4D 2E
Octal 316 33 55 0 127 116 23 542 115 56
Binary 11001110 11011 101101 0 1010111 1001110 10011 101100010 1001101 101110

Color Harmonies of #CE1B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B2D

Black with #CE1B2D

Text Example


Text Example

White with #CE1B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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