Html Css Color HEX #C8141D Fire Engine Red

📋 copy color: '#C8141D'

red 200 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #C8141D

Tints of Fire Engine Red #C8141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

 BLUE value IS 29 (11.72% from 255) = 11.65%

R = 80.32%
G = 8.03%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8141D (or 0xC8141D) is known color: Fire Engine Red. HEX triplet: C8, 14 and 1D. RGB value is (200,20,29). Sum of RGB (Red+Green+Blue) = 200+20+29=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C8141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8141D is #37EBE2. Grayscale: #4A4A4A. Windows color (decimal): -3664867 or 1905864. OLE color: 1905864.

HSL color Cylindrical-coordinate representation of color #C8141D: hue angle of 357º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8141D is Cyan = 0, Magento = 0.9, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 20 29 -
CMYK 0 0.9 0.86 0.22
HSL 357º 0.82% 0.43% -
HSV(B) 357º 0.9% 0.78% -
XYZ 24.29 12.87 2.37 -
YUV 74.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 200 20 29 0 0.9 0.86 0.22 357 0.82 0.43
Hex C8 14 1D 0 5A 56 16 165 52 2B
Octal 310 24 35 0 132 126 26 545 122 53
Binary 11001000 10100 11101 0 1011010 1010110 10110 101100101 1010010 101011

Color Harmonies of #C8141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8141D

Black with #C8141D

Text Example


Text Example

White with #C8141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8141D; }

 p { color: rgb(200,20,29); }

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

background-color css

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

 a { background-color: rgb(200,20,29); }

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

border-color css

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

 span { border-color: rgb(200,20,29); }

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