Html Css Color HEX #C0141A Fire Engine Red

📋 copy color: '#C0141A'

red 192 ◦ green 20 ◦ blue 26

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

Shades of Fire Engine Red #C0141A

Tints of Fire Engine Red #C0141A

RGB

 RED value IS 192 (75.39% from 255) = 80.67%

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

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

R = 80.67%
G = 8.4%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0141A (or 0xC0141A) is known color: Fire Engine Red. HEX triplet: C0, 14 and 1A. RGB value is (192,20,26). Sum of RGB (Red+Green+Blue) = 192+20+26=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C0141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0141A is #3FEBE5. Grayscale: #484848. Windows color (decimal): -4189158 or 1709248. OLE color: 1709248.

HSL color Cylindrical-coordinate representation of color #C0141A: hue angle of 357.91º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0141A is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 26 -
CMYK 0 0.90 0.86 0.25
HSL 357.91º 0.81% 0.42% -
HSV(B) 357.91º 0.9% 0.75% -
XYZ 22.17 11.78 2.08 -
YUV 72.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 192 20 26 0 0.90 0.86 0.25 357.91 0.81 0.42
Hex C0 14 1A 0 5A 56 19 166 51 2A
Octal 300 24 32 0 132 126 31 546 121 52
Binary 11000000 10100 11010 0 1011010 1010110 11001 101100110 1010001 101010

Color Harmonies of #C0141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0141A

Black with #C0141A

Text Example


Text Example

White with #C0141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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