Html Css Color HEX #C01D16 Fire Brick

📋 copy color: '#C01D16'

red 192 ◦ green 29 ◦ blue 22

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

Shades of Fire Brick #C01D16

Tints of Fire Brick #C01D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.93%

 BLUE value IS 22 (8.98% from 255) = 9.05%

R = 79.01%
G = 11.93%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C01D16 (or 0xC01D16) is known color: Fire Brick. HEX triplet: C0, 1D and 16. RGB value is (192,29,22). Sum of RGB (Red+Green+Blue) = 192+29+22=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01D16 is #3FE2E9. Grayscale: #4D4D4D. Windows color (decimal): -4186858 or 1449408. OLE color: 1449408.

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

Color convert

RGB 192 29 22 -
CMYK 0 0.85 0.89 0.25
HSL 2.47º 0.79% 0.42% -
HSV(B) 2.47º 0.89% 0.75% -
XYZ 22.32 12.14 1.93 -
YUV 76.94 97 210.07 -
System Red Green Blue C M Y K H S L
Decimal 192 29 22 0 0.85 0.89 0.25 2.47 0.79 0.42
Hex C0 1D 16 0 55 59 19 2 4F 2A
Octal 300 35 26 0 125 131 31 2 117 52
Binary 11000000 11101 10110 0 1010101 1011001 11001 10 1001111 101010

Color Harmonies of #C01D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01D16

Black with #C01D16

Text Example


Text Example

White with #C01D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01D16; }

 p { color: rgb(192,29,22); }

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

background-color css

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

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

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

border-color css

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

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

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