Html Css Color HEX #C01A14 Fire Brick

📋 copy color: '#C01A14'

red 192 ◦ green 26 ◦ blue 20

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

Shades of Fire Brick #C01A14

Tints of Fire Brick #C01A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.92%

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

R = 80.67%
G = 10.92%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C01A14 (or 0xC01A14) is known color: Fire Brick. HEX triplet: C0, 1A and 14. RGB value is (192,26,20). Sum of RGB (Red+Green+Blue) = 192+26+20=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01A14 is #3FE5EB. Grayscale: #4B4B4B. Windows color (decimal): -4187628 or 1317568. OLE color: 1317568.

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

Color convert

RGB 192 26 20 -
CMYK 0 0.86 0.90 0.25
HSL 2.09º 0.81% 0.42% -
HSV(B) 2.09º 0.9% 0.75% -
XYZ 22.23 12 1.81 -
YUV 74.95 97 211.49 -
System Red Green Blue C M Y K H S L
Decimal 192 26 20 0 0.86 0.90 0.25 2.09 0.81 0.42
Hex C0 1A 14 0 56 5A 19 2 51 2A
Octal 300 32 24 0 126 132 31 2 121 52
Binary 11000000 11010 10100 0 1010110 1011010 11001 10 1010001 101010

Color Harmonies of #C01A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A14

Black with #C01A14

Text Example


Text Example

White with #C01A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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