Html Css Color HEX #C8131A Fire Engine Red

📋 copy color: '#C8131A'

red 200 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #C8131A

Tints of Fire Engine Red #C8131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 81.63%
G = 7.76%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8131A (or 0xC8131A) is known color: Fire Engine Red. HEX triplet: C8, 13 and 1A. RGB value is (200,19,26). Sum of RGB (Red+Green+Blue) = 200+19+26=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C8131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8131A is #37ECE5. Grayscale: #4A4A4A. Windows color (decimal): -3665126 or 1709000. OLE color: 1709000.

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

Color convert

RGB 200 19 26 -
CMYK 0 0.90 0.87 0.22
HSL 357.68º 0.83% 0.43% -
HSV(B) 357.68º 0.91% 0.78% -
XYZ 24.24 12.82 2.17 -
YUV 73.92 100.97 217.93 -
System Red Green Blue C M Y K H S L
Decimal 200 19 26 0 0.90 0.87 0.22 357.68 0.83 0.43
Hex C8 13 1A 0 5A 57 16 166 53 2B
Octal 310 23 32 0 132 127 26 546 123 53
Binary 11001000 10011 11010 0 1011010 1010111 10110 101100110 1010011 101011

Color Harmonies of #C8131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8131A

Black with #C8131A

Text Example


Text Example

White with #C8131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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