Html Css Color HEX #CE182B Fire Engine Red

📋 copy color: '#CE182B'

red 206 ◦ green 24 ◦ blue 43

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

Shades of Fire Engine Red #CE182B

Tints of Fire Engine Red #CE182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

 BLUE value IS 43 (17.19% from 255) = 15.75%

R = 75.46%
G = 8.79%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE182B (or 0xCE182B) is known color: Fire Engine Red. HEX triplet: CE, 18 and 2B. RGB value is (206,24,43). Sum of RGB (Red+Green+Blue) = 206+24+43=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE182B is #31E7D4. Grayscale: #505050. Windows color (decimal): -3270613 or 2824398. OLE color: 2824398.

HSL color Cylindrical-coordinate representation of color #CE182B: hue angle of 353.74º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE182B is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 24 43 -
CMYK 0 0.88 0.79 0.19
HSL 353.74º 0.79% 0.45% -
HSV(B) 353.74º 0.88% 0.81% -
XYZ 26.22 13.95 3.6 -
YUV 80.58 106.8 217.46 -
System Red Green Blue C M Y K H S L
Decimal 206 24 43 0 0.88 0.79 0.19 353.74 0.79 0.45
Hex CE 18 2B 0 58 4F 13 162 4F 2D
Octal 316 30 53 0 130 117 23 542 117 55
Binary 11001110 11000 101011 0 1011000 1001111 10011 101100010 1001111 101101

Color Harmonies of #CE182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE182B

Black with #CE182B

Text Example


Text Example

White with #CE182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE182B; }

 p { color: rgb(206,24,43); }

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

background-color css

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

 a { background-color: rgb(206,24,43); }

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

border-color css

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

 span { border-color: rgb(206,24,43); }

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