Html Css Color HEX #C6102A Fire Engine Red

📋 copy color: '#C6102A'

red 198 ◦ green 16 ◦ blue 42

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

Shades of Fire Engine Red #C6102A

Tints of Fire Engine Red #C6102A

RGB

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

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

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

R = 77.34%
G = 6.25%
B = 16.41%

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

#C6102A (or 0xC6102A) is known color: Fire Engine Red. HEX triplet: C6, 10 and 2A. RGB value is (198,16,42). Sum of RGB (Red+Green+Blue) = 198+16+42=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C6102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6102A is #39EFD5. Grayscale: #494949. Windows color (decimal): -3796950 or 2756806. OLE color: 2756806.

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

Color convert

RGB 198 16 42 -
CMYK 0 0.92 0.79 0.22
HSL 351.43º 0.85% 0.42% -
HSV(B) 351.43º 0.92% 0.78% -
XYZ 23.89 12.54 3.35 -
YUV 73.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 198 16 42 0 0.92 0.79 0.22 351.43 0.85 0.42
Hex C6 10 2A 0 5C 4F 16 15F 55 2A
Octal 306 20 52 0 134 117 26 537 125 52
Binary 11000110 10000 101010 0 1011100 1001111 10110 101011111 1010101 101010

Color Harmonies of #C6102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6102A

Black with #C6102A

Text Example


Text Example

White with #C6102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6102A; }

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

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

background-color css

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

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

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

border-color css

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

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

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