Html Css Color HEX #C01F1A Fire Brick

📋 copy color: '#C01F1A'

red 192 ◦ green 31 ◦ blue 26

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

Shades of Fire Brick #C01F1A

Tints of Fire Brick #C01F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 77.11%
G = 12.45%
B = 10.44%

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

#C01F1A (or 0xC01F1A) is known color: Fire Brick. HEX triplet: C0, 1F and 1A. RGB value is (192,31,26). Sum of RGB (Red+Green+Blue) = 192+31+26=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F1A is #3FE0E5. Grayscale: #4E4E4E. Windows color (decimal): -4186342 or 1712064. OLE color: 1712064.

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

Color convert

RGB 192 31 26 -
CMYK 0 0.84 0.86 0.25
HSL 1.81º 0.76% 0.43% -
HSV(B) 1.81º 0.86% 0.75% -
XYZ 22.41 12.26 2.16 -
YUV 78.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 192 31 26 0 0.84 0.86 0.25 1.81 0.76 0.43
Hex C0 1F 1A 0 54 56 19 2 4C 2B
Octal 300 37 32 0 124 126 31 2 114 53
Binary 11000000 11111 11010 0 1010100 1010110 11001 10 1001100 101011

Color Harmonies of #C01F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F1A

Black with #C01F1A

Text Example


Text Example

White with #C01F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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