Html Css Color HEX #C01919 Fire Brick

📋 copy color: '#C01919'

red 192 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #C01919

Tints of Fire Brick #C01919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.33%

R = 79.34%
G = 10.33%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C01919 (or 0xC01919) is known color: Fire Brick. HEX triplet: C0, 19 and 19. RGB value is (192,25,25). Sum of RGB (Red+Green+Blue) = 192+25+25=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C01919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01919 is #3FE6E6. Grayscale: #4B4B4B. Windows color (decimal): -4187879 or 1644992. OLE color: 1644992.

HSL color Cylindrical-coordinate representation of color #C01919: hue angle of 0º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01919 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 25 -
CMYK 0 0.87 0.87 0.25
HSL 0.77% 0.43% -
HSV(B) 0.87% 0.75% -
XYZ 22.26 11.97 2.06 -
YUV 74.93 99.83 211.5 -
System Red Green Blue C M Y K H S L
Decimal 192 25 25 0 0.87 0.87 0.25 0 0.77 0.43
Hex C0 19 19 0 57 57 19 0 4D 2B
Octal 300 31 31 0 127 127 31 0 115 53
Binary 11000000 11001 11001 0 1010111 1010111 11001 0 1001101 101011

Color Harmonies of #C01919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01919

Black with #C01919

Text Example


Text Example

White with #C01919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01919; }

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

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

background-color css

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

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

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

border-color css

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

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

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