Html Css Color HEX #C8141A Fire Engine Red

📋 copy color: '#C8141A'

red 200 ◦ green 20 ◦ blue 26

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

Shades of Fire Engine Red #C8141A

Tints of Fire Engine Red #C8141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.57%

R = 81.3%
G = 8.13%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8141A (or 0xC8141A) is known color: Fire Engine Red. HEX triplet: C8, 14 and 1A. RGB value is (200,20,26). Sum of RGB (Red+Green+Blue) = 200+20+26=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C8141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8141A is #37EBE5. Grayscale: #4A4A4A. Windows color (decimal): -3664870 or 1709256. OLE color: 1709256.

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

Color convert

RGB 200 20 26 -
CMYK 0 0.9 0.87 0.22
HSL 358º 0.82% 0.43% -
HSV(B) 358º 0.9% 0.78% -
XYZ 24.26 12.85 2.18 -
YUV 74.5 100.63 217.51 -
System Red Green Blue C M Y K H S L
Decimal 200 20 26 0 0.9 0.87 0.22 358 0.82 0.43
Hex C8 14 1A 0 5A 57 16 166 52 2B
Octal 310 24 32 0 132 127 26 546 122 53
Binary 11001000 10100 11010 0 1011010 1010111 10110 101100110 1010010 101011

Color Harmonies of #C8141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8141A

Black with #C8141A

Text Example


Text Example

White with #C8141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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