Html Css Color HEX #C6131A Fire Engine Red

📋 copy color: '#C6131A'

red 198 ◦ green 19 ◦ blue 26

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

Shades of Fire Engine Red #C6131A

Tints of Fire Engine Red #C6131A

RGB

 RED value IS 198 (77.73% from 255) = 81.48%

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

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

R = 81.48%
G = 7.82%
B = 10.7%

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

#C6131A (or 0xC6131A) is known color: Fire Engine Red. HEX triplet: C6, 13 and 1A. RGB value is (198,19,26). Sum of RGB (Red+Green+Blue) = 198+19+26=243 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.48% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 198 - color contains mainly: red. Hex color #C6131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6131A is #39ECE5. Grayscale: #494949. Windows color (decimal): -3796198 or 1708998. OLE color: 1708998.

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

Color convert

RGB 198 19 26 -
CMYK 0 0.90 0.87 0.22
HSL 357.65º 0.82% 0.43% -
HSV(B) 357.65º 0.9% 0.78% -
XYZ 23.71 12.55 2.15 -
YUV 73.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 198 19 26 0 0.90 0.87 0.22 357.65 0.82 0.43
Hex C6 13 1A 0 5A 57 16 166 52 2B
Octal 306 23 32 0 132 127 26 546 122 53
Binary 11000110 10011 11010 0 1011010 1010111 10110 101100110 1010010 101011

Color Harmonies of #C6131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6131A

Black with #C6131A

Text Example


Text Example

White with #C6131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6131A; }

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

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

background-color css

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

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

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

border-color css

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

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

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