Html Css Color HEX #C7201E Fire Brick

📋 copy color: '#C7201E'

red 199 ◦ green 32 ◦ blue 30

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

Shades of Fire Brick #C7201E

Tints of Fire Brick #C7201E

RGB

 RED value IS 199 (78.13% from 255) = 76.25%

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

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

R = 76.25%
G = 12.26%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7201E (or 0xC7201E) is known color: Fire Brick. HEX triplet: C7, 20 and 1E. RGB value is (199,32,30). Sum of RGB (Red+Green+Blue) = 199+32+30=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C7201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7201E is #38DFE1. Grayscale: #515151. Windows color (decimal): -3727330 or 1974471. OLE color: 1974471.

HSL color Cylindrical-coordinate representation of color #C7201E: hue angle of 0.71º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7201E is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 32 30 -
CMYK 0 0.84 0.85 0.22
HSL 0.71º 0.74% 0.45% -
HSV(B) 0.71º 0.85% 0.78% -
XYZ 24.3 13.27 2.51 -
YUV 81.71 98.83 211.66 -
System Red Green Blue C M Y K H S L
Decimal 199 32 30 0 0.84 0.85 0.22 0.71 0.74 0.45
Hex C7 20 1E 0 54 55 16 1 4A 2D
Octal 307 40 36 0 124 125 26 1 112 55
Binary 11000111 100000 11110 0 1010100 1010101 10110 1 1001010 101101

Color Harmonies of #C7201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7201E

Black with #C7201E

Text Example


Text Example

White with #C7201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7201E; }

 p { color: rgb(199,32,30); }

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

background-color css

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

 a { background-color: rgb(199,32,30); }

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

border-color css

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

 span { border-color: rgb(199,32,30); }

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