Html Css Color HEX #C01F1E Fire Brick

📋 copy color: '#C01F1E'

red 192 ◦ green 31 ◦ blue 30

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

Shades of Fire Brick #C01F1E

Tints of Fire Brick #C01F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.86%

R = 75.89%
G = 12.25%
B = 11.86%

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

#C01F1E (or 0xC01F1E) is known color: Fire Brick. HEX triplet: C0, 1F and 1E. RGB value is (192,31,30). Sum of RGB (Red+Green+Blue) = 192+31+30=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F1E is #3FE0E1. Grayscale: #4F4F4F. Windows color (decimal): -4186338 or 1974208. OLE color: 1974208.

HSL color Cylindrical-coordinate representation of color #C01F1E: hue angle of 0.37º degrees, saturation: 0.73, 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 #C01F1E is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 30 -
CMYK 0 0.84 0.84 0.25
HSL 0.37º 0.73% 0.44% -
HSV(B) 0.37º 0.84% 0.75% -
XYZ 22.46 12.28 2.41 -
YUV 79.03 100.34 208.58 -
System Red Green Blue C M Y K H S L
Decimal 192 31 30 0 0.84 0.84 0.25 0.37 0.73 0.44
Hex C0 1F 1E 0 54 54 19 0 49 2C
Octal 300 37 36 0 124 124 31 0 111 54
Binary 11000000 11111 11110 0 1010100 1010100 11001 0 1001001 101100

Color Harmonies of #C01F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F1E

Black with #C01F1E

Text Example


Text Example

White with #C01F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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