Html Css Color HEX #C01914 Fire Brick

📋 copy color: '#C01914'

red 192 ◦ green 25 ◦ blue 20

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

Shades of Fire Brick #C01914

Tints of Fire Brick #C01914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.55%

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 81.01%
G = 10.55%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C01914 (or 0xC01914) is known color: Fire Brick. HEX triplet: C0, 19 and 14. RGB value is (192,25,20). Sum of RGB (Red+Green+Blue) = 192+25+20=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C01914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01914 is #3FE6EB. Grayscale: #4A4A4A. Windows color (decimal): -4187884 or 1317312. OLE color: 1317312.

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

Color convert

RGB 192 25 20 -
CMYK 0 0.87 0.90 0.25
HSL 1.74º 0.81% 0.42% -
HSV(B) 1.74º 0.9% 0.75% -
XYZ 22.21 11.95 1.8 -
YUV 74.36 97.33 211.91 -
System Red Green Blue C M Y K H S L
Decimal 192 25 20 0 0.87 0.90 0.25 1.74 0.81 0.42
Hex C0 19 14 0 57 5A 19 2 51 2A
Octal 300 31 24 0 127 132 31 2 121 52
Binary 11000000 11001 10100 0 1010111 1011010 11001 10 1010001 101010

Color Harmonies of #C01914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01914

Black with #C01914

Text Example


Text Example

White with #C01914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01914; }

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

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

background-color css

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

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

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

border-color css

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

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

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