Html Css Color HEX #C0141E Fire Engine Red

📋 copy color: '#C0141E'

red 192 ◦ green 20 ◦ blue 30

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

Shades of Fire Engine Red #C0141E

Tints of Fire Engine Red #C0141E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 79.34%
G = 8.26%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0141E (or 0xC0141E) is known color: Fire Engine Red. HEX triplet: C0, 14 and 1E. RGB value is (192,20,30). Sum of RGB (Red+Green+Blue) = 192+20+30=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C0141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0141E is #3FEBE1. Grayscale: #484848. Windows color (decimal): -4189154 or 1971392. OLE color: 1971392.

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

Color convert

RGB 192 20 30 -
CMYK 0 0.90 0.84 0.25
HSL 356.51º 0.81% 0.42% -
HSV(B) 356.51º 0.9% 0.75% -
XYZ 22.22 11.8 2.33 -
YUV 72.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 192 20 30 0 0.90 0.84 0.25 356.51 0.81 0.42
Hex C0 14 1E 0 5A 54 19 165 51 2A
Octal 300 24 36 0 132 124 31 545 121 52
Binary 11000000 10100 11110 0 1011010 1010100 11001 101100101 1010001 101010

Color Harmonies of #C0141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0141E

Black with #C0141E

Text Example


Text Example

White with #C0141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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