Html Css Color HEX #C0141D Fire Engine Red

📋 copy color: '#C0141D'

red 192 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #C0141D

Tints of Fire Engine Red #C0141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 79.67%
G = 8.3%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0141D (or 0xC0141D) is known color: Fire Engine Red. HEX triplet: C0, 14 and 1D. RGB value is (192,20,29). Sum of RGB (Red+Green+Blue) = 192+20+29=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C0141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0141D is #3FEBE2. Grayscale: #484848. Windows color (decimal): -4189155 or 1905856. OLE color: 1905856.

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

Color convert

RGB 192 20 29 -
CMYK 0 0.90 0.85 0.25
HSL 356.86º 0.81% 0.42% -
HSV(B) 356.86º 0.9% 0.75% -
XYZ 22.21 11.8 2.27 -
YUV 72.45 103.48 213.27 -
System Red Green Blue C M Y K H S L
Decimal 192 20 29 0 0.90 0.85 0.25 356.86 0.81 0.42
Hex C0 14 1D 0 5A 55 19 165 51 2A
Octal 300 24 35 0 132 125 31 545 121 52
Binary 11000000 10100 11101 0 1011010 1010101 11001 101100101 1010001 101010

Color Harmonies of #C0141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0141D

Black with #C0141D

Text Example


Text Example

White with #C0141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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