Html Css Color HEX #C01C10 Fire Brick

📋 copy color: '#C01C10'

red 192 ◦ green 28 ◦ blue 16

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

Shades of Fire Brick #C01C10

Tints of Fire Brick #C01C10

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.86%

 BLUE value IS 16 (6.64% from 255) = 6.78%

R = 81.36%
G = 11.86%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C01C10 (or 0xC01C10) is known color: Fire Brick. HEX triplet: C0, 1C and 10. RGB value is (192,28,16). Sum of RGB (Red+Green+Blue) = 192+28+16=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01C10 is #3FE3EF. Grayscale: #4B4B4B. Windows color (decimal): -4187120 or 1055936. OLE color: 1055936.

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

Color convert

RGB 192 28 16 -
CMYK 0 0.85 0.92 0.25
HSL 4.09º 0.85% 0.41% -
HSV(B) 4.09º 0.92% 0.75% -
XYZ 22.25 12.07 1.65 -
YUV 75.67 94.33 210.98 -
System Red Green Blue C M Y K H S L
Decimal 192 28 16 0 0.85 0.92 0.25 4.09 0.85 0.41
Hex C0 1C 10 0 55 5C 19 4 55 29
Octal 300 34 20 0 125 134 31 4 125 51
Binary 11000000 11100 10000 0 1010101 1011100 11001 100 1010101 101001

Color Harmonies of #C01C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01C10

Black with #C01C10

Text Example


Text Example

White with #C01C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01C10; }

 p { color: rgb(192,28,16); }

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

background-color css

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

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

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

border-color css

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

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

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