Html Css Color HEX #C8182A Fire Engine Red

📋 copy color: '#C8182A'

red 200 ◦ green 24 ◦ blue 42

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

Shades of Fire Engine Red #C8182A

Tints of Fire Engine Red #C8182A

RGB

 RED value IS 200 (78.52% from 255) = 75.19%

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 75.19%
G = 9.02%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8182A (or 0xC8182A) is known color: Fire Engine Red. HEX triplet: C8, 18 and 2A. RGB value is (200,24,42). Sum of RGB (Red+Green+Blue) = 200+24+42=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C8182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8182A is #37E7D5. Grayscale: #4E4E4E. Windows color (decimal): -3663830 or 2758856. OLE color: 2758856.

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

Color convert

RGB 200 24 42 -
CMYK 0 0.88 0.79 0.22
HSL 353.86º 0.79% 0.44% -
HSV(B) 353.86º 0.88% 0.78% -
XYZ 24.56 13.1 3.42 -
YUV 78.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 200 24 42 0 0.88 0.79 0.22 353.86 0.79 0.44
Hex C8 18 2A 0 58 4F 16 162 4F 2C
Octal 310 30 52 0 130 117 26 542 117 54
Binary 11001000 11000 101010 0 1011000 1001111 10110 101100010 1001111 101100

Color Harmonies of #C8182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8182A

Black with #C8182A

Text Example


Text Example

White with #C8182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8182A; }

 p { color: rgb(200,24,42); }

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

background-color css

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

 a { background-color: rgb(200,24,42); }

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

border-color css

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

 span { border-color: rgb(200,24,42); }

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