Html Css Color HEX #C01E14 Fire Brick

📋 copy color: '#C01E14'

red 192 ◦ green 30 ◦ blue 20

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

Shades of Fire Brick #C01E14

Tints of Fire Brick #C01E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

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

R = 79.34%
G = 12.4%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C01E14 (or 0xC01E14) is known color: Fire Brick. HEX triplet: C0, 1E and 14. RGB value is (192,30,20). Sum of RGB (Red+Green+Blue) = 192+30+20=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01E14 is #3FE1EB. Grayscale: #4D4D4D. Windows color (decimal): -4186604 or 1318592. OLE color: 1318592.

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

Color convert

RGB 192 30 20 -
CMYK 0 0.84 0.90 0.25
HSL 3.49º 0.81% 0.42% -
HSV(B) 3.49º 0.9% 0.75% -
XYZ 22.33 12.19 1.84 -
YUV 77.3 95.67 209.81 -
System Red Green Blue C M Y K H S L
Decimal 192 30 20 0 0.84 0.90 0.25 3.49 0.81 0.42
Hex C0 1E 14 0 54 5A 19 3 51 2A
Octal 300 36 24 0 124 132 31 3 121 52
Binary 11000000 11110 10100 0 1010100 1011010 11001 11 1010001 101010

Color Harmonies of #C01E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E14

Black with #C01E14

Text Example


Text Example

White with #C01E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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