Html Css Color HEX #C01414 Fire Brick

📋 copy color: '#C01414'

red 192 ◦ green 20 ◦ blue 20

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

Shades of Fire Brick #C01414

Tints of Fire Brick #C01414

RGB

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

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

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

R = 82.76%
G = 8.62%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C01414 (or 0xC01414) is known color: Fire Brick. HEX triplet: C0, 14 and 14. RGB value is (192,20,20). Sum of RGB (Red+Green+Blue) = 192+20+20=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C01414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01414 is #3FEBEB. Grayscale: #474747. Windows color (decimal): -4189164 or 1316032. OLE color: 1316032.

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

Color convert

RGB 192 20 20 -
CMYK 0 0.90 0.90 0.25
HSL 0.81% 0.42% -
HSV(B) 0.9% 0.75% -
XYZ 22.11 11.76 1.77 -
YUV 71.43 98.98 214 -
System Red Green Blue C M Y K H S L
Decimal 192 20 20 0 0.90 0.90 0.25 0 0.81 0.42
Hex C0 14 14 0 5A 5A 19 0 51 2A
Octal 300 24 24 0 132 132 31 0 121 52
Binary 11000000 10100 10100 0 1011010 1011010 11001 0 1010001 101010

Color Harmonies of #C01414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01414

Black with #C01414

Text Example


Text Example

White with #C01414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01414; }

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

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

background-color css

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

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

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

border-color css

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

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

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