Html Css Color HEX #C01713 Fire Brick

📋 copy color: '#C01713'

red 192 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #C01713

Tints of Fire Brick #C01713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 82.05%
G = 9.83%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C01713 (or 0xC01713) is known color: Fire Brick. HEX triplet: C0, 17 and 13. RGB value is (192,23,19). Sum of RGB (Red+Green+Blue) = 192+23+19=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C01713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01713 is #3FE8EC. Grayscale: #494949. Windows color (decimal): -4188397 or 1251264. OLE color: 1251264.

HSL color Cylindrical-coordinate representation of color #C01713: hue angle of 1.39º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01713 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 23 19 -
CMYK 0 0.88 0.90 0.25
HSL 1.39º 0.82% 0.41% -
HSV(B) 1.39º 0.9% 0.75% -
XYZ 22.16 11.87 1.74 -
YUV 73.08 97.49 212.83 -
System Red Green Blue C M Y K H S L
Decimal 192 23 19 0 0.88 0.90 0.25 1.39 0.82 0.41
Hex C0 17 13 0 58 5A 19 1 52 29
Octal 300 27 23 0 130 132 31 1 122 51
Binary 11000000 10111 10011 0 1011000 1011010 11001 1 1010010 101001

Color Harmonies of #C01713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01713

Black with #C01713

Text Example


Text Example

White with #C01713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01713; }

 p { color: rgb(192,23,19); }

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

background-color css

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

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

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

border-color css

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

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

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