Html Css Color HEX #C01F1D Fire Brick

📋 copy color: '#C01F1D'

red 192 ◦ green 31 ◦ blue 29

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

Shades of Fire Brick #C01F1D

Tints of Fire Brick #C01F1D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.3%

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 76.19%
G = 12.3%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C01F1D (or 0xC01F1D) is known color: Fire Brick. HEX triplet: C0, 1F and 1D. RGB value is (192,31,29). Sum of RGB (Red+Green+Blue) = 192+31+29=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F1D is #3FE0E2. Grayscale: #4F4F4F. Windows color (decimal): -4186339 or 1908672. OLE color: 1908672.

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

Color convert

RGB 192 31 29 -
CMYK 0 0.84 0.85 0.25
HSL 0.74º 0.74% 0.43% -
HSV(B) 0.74º 0.85% 0.75% -
XYZ 22.45 12.28 2.35 -
YUV 78.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 192 31 29 0 0.84 0.85 0.25 0.74 0.74 0.43
Hex C0 1F 1D 0 54 55 19 1 4A 2B
Octal 300 37 35 0 124 125 31 1 112 53
Binary 11000000 11111 11101 0 1010100 1010101 11001 1 1001010 101011

Color Harmonies of #C01F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F1D

Black with #C01F1D

Text Example


Text Example

White with #C01F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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