Html Css Color HEX #C8102A Fire Engine Red

📋 copy color: '#C8102A'

red 200 ◦ green 16 ◦ blue 42

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

Shades of Fire Engine Red #C8102A

Tints of Fire Engine Red #C8102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

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

R = 77.52%
G = 6.2%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C8102A (or 0xC8102A) is known color: Fire Engine Red. HEX triplet: C8, 10 and 2A. RGB value is (200,16,42). Sum of RGB (Red+Green+Blue) = 200+16+42=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C8102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8102A is #37EFD5. Grayscale: #4A4A4A. Windows color (decimal): -3665878 or 2756808. OLE color: 2756808.

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

Color convert

RGB 200 16 42 -
CMYK 0 0.92 0.79 0.22
HSL 351.52º 0.85% 0.42% -
HSV(B) 351.52º 0.92% 0.78% -
XYZ 24.42 12.82 3.38 -
YUV 73.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 200 16 42 0 0.92 0.79 0.22 351.52 0.85 0.42
Hex C8 10 2A 0 5C 4F 16 160 55 2A
Octal 310 20 52 0 134 117 26 540 125 52
Binary 11001000 10000 101010 0 1011100 1001111 10110 101100000 1010101 101010

Color Harmonies of #C8102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8102A

Black with #C8102A

Text Example


Text Example

White with #C8102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8102A; }

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

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

background-color css

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

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

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

border-color css

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

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

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