Html Css Color HEX #C01F1F Fire Brick

📋 copy color: '#C01F1F'

red 192 ◦ green 31 ◦ blue 31

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

Shades of Fire Brick #C01F1F

Tints of Fire Brick #C01F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 75.59%
G = 12.2%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C01F1F (or 0xC01F1F) is known color: Fire Brick. HEX triplet: C0, 1F and 1F. RGB value is (192,31,31). Sum of RGB (Red+Green+Blue) = 192+31+31=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F1F is #3FE0E0. Grayscale: #4F4F4F. Windows color (decimal): -4186337 or 2039744. OLE color: 2039744.

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

Color convert

RGB 192 31 31 -
CMYK 0 0.84 0.84 0.25
HSL 0.72% 0.44% -
HSV(B) 0.84% 0.75% -
XYZ 22.48 12.29 2.48 -
YUV 79.14 100.84 208.5 -
System Red Green Blue C M Y K H S L
Decimal 192 31 31 0 0.84 0.84 0.25 0 0.72 0.44
Hex C0 1F 1F 0 54 54 19 0 48 2C
Octal 300 37 37 0 124 124 31 0 110 54
Binary 11000000 11111 11111 0 1010100 1010100 11001 0 1001000 101100

Color Harmonies of #C01F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F1F

Black with #C01F1F

Text Example


Text Example

White with #C01F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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