Html Css Color HEX #C0201F Fire Brick

📋 copy color: '#C0201F'

red 192 ◦ green 32 ◦ blue 31

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

Shades of Fire Brick #C0201F

Tints of Fire Brick #C0201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.55%

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

R = 75.29%
G = 12.55%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0201F (or 0xC0201F) is known color: Fire Brick. HEX triplet: C0, 20 and 1F. RGB value is (192,32,31). Sum of RGB (Red+Green+Blue) = 192+32+31=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C0201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0201F is #3FDFE0. Grayscale: #4F4F4F. Windows color (decimal): -4186081 or 2040000. OLE color: 2040000.

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

Color convert

RGB 192 32 31 -
CMYK 0 0.83 0.84 0.25
HSL 0.37º 0.72% 0.44% -
HSV(B) 0.37º 0.84% 0.75% -
XYZ 22.5 12.34 2.49 -
YUV 79.73 100.51 208.08 -
System Red Green Blue C M Y K H S L
Decimal 192 32 31 0 0.83 0.84 0.25 0.37 0.72 0.44
Hex C0 20 1F 0 53 54 19 0 48 2C
Octal 300 40 37 0 123 124 31 0 110 54
Binary 11000000 100000 11111 0 1010011 1010100 11001 0 1001000 101100

Color Harmonies of #C0201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0201F

Black with #C0201F

Text Example


Text Example

White with #C0201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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