Html Css Color HEX #C6142A Fire Engine Red

📋 copy color: '#C6142A'

red 198 ◦ green 20 ◦ blue 42

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

Shades of Fire Engine Red #C6142A

Tints of Fire Engine Red #C6142A

RGB

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

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

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

R = 76.15%
G = 7.69%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6142A (or 0xC6142A) is known color: Fire Engine Red. HEX triplet: C6, 14 and 2A. RGB value is (198,20,42). Sum of RGB (Red+Green+Blue) = 198+20+42=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C6142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6142A is #39EBD5. Grayscale: #4B4B4B. Windows color (decimal): -3795926 or 2757830. OLE color: 2757830.

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

Color convert

RGB 198 20 42 -
CMYK 0 0.90 0.79 0.22
HSL 352.58º 0.82% 0.43% -
HSV(B) 352.58º 0.9% 0.78% -
XYZ 23.96 12.67 3.37 -
YUV 75.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 198 20 42 0 0.90 0.79 0.22 352.58 0.82 0.43
Hex C6 14 2A 0 5A 4F 16 161 52 2B
Octal 306 24 52 0 132 117 26 541 122 53
Binary 11000110 10100 101010 0 1011010 1001111 10110 101100001 1010010 101011

Color Harmonies of #C6142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6142A

Black with #C6142A

Text Example


Text Example

White with #C6142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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