Html Css Color HEX #C0141F Fire Engine Red

📋 copy color: '#C0141F'

red 192 ◦ green 20 ◦ blue 31

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

Shades of Fire Engine Red #C0141F

Tints of Fire Engine Red #C0141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 79.01%
G = 8.23%
B = 12.76%

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

#C0141F (or 0xC0141F) is known color: Fire Engine Red. HEX triplet: C0, 14 and 1F. RGB value is (192,20,31). Sum of RGB (Red+Green+Blue) = 192+20+31=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C0141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0141F is #3FEBE0. Grayscale: #484848. Windows color (decimal): -4189153 or 2036928. OLE color: 2036928.

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

Color convert

RGB 192 20 31 -
CMYK 0 0.90 0.84 0.25
HSL 356.16º 0.81% 0.42% -
HSV(B) 356.16º 0.9% 0.75% -
XYZ 22.24 11.81 2.4 -
YUV 72.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 192 20 31 0 0.90 0.84 0.25 356.16 0.81 0.42
Hex C0 14 1F 0 5A 54 19 164 51 2A
Octal 300 24 37 0 132 124 31 544 121 52
Binary 11000000 10100 11111 0 1011010 1010100 11001 101100100 1010001 101010

Color Harmonies of #C0141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0141F

Black with #C0141F

Text Example


Text Example

White with #C0141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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