Html Css Color HEX #C01F1B Fire Brick

📋 copy color: '#C01F1B'

red 192 ◦ green 31 ◦ blue 27

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

Shades of Fire Brick #C01F1B

Tints of Fire Brick #C01F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 76.8%
G = 12.4%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C01F1B (or 0xC01F1B) is known color: Fire Brick. HEX triplet: C0, 1F and 1B. RGB value is (192,31,27). Sum of RGB (Red+Green+Blue) = 192+31+27=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F1B is #3FE0E4. Grayscale: #4E4E4E. Windows color (decimal): -4186341 or 1777600. OLE color: 1777600.

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

Color convert

RGB 192 31 27 -
CMYK 0 0.84 0.86 0.25
HSL 1.45º 0.75% 0.43% -
HSV(B) 1.45º 0.86% 0.75% -
XYZ 22.43 12.27 2.22 -
YUV 78.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 192 31 27 0 0.84 0.86 0.25 1.45 0.75 0.43
Hex C0 1F 1B 0 54 56 19 1 4B 2B
Octal 300 37 33 0 124 126 31 1 113 53
Binary 11000000 11111 11011 0 1010100 1010110 11001 1 1001011 101011

Color Harmonies of #C01F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F1B

Black with #C01F1B

Text Example


Text Example

White with #C01F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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