Html Css Color HEX #C71414 Fire Brick

📋 copy color: '#C71414'

red 199 ◦ green 20 ◦ blue 20

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

Shades of Fire Brick #C71414

Tints of Fire Brick #C71414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

 BLUE value IS 20 (8.2% from 255) = 8.37%

R = 83.26%
G = 8.37%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C71414 (or 0xC71414) is known color: Fire Brick. HEX triplet: C7, 14 and 14. RGB value is (199,20,20). Sum of RGB (Red+Green+Blue) = 199+20+20=239 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.26% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 199 - color contains mainly: red. Hex color #C71414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71414 is #38EBEB. Grayscale: #494949. Windows color (decimal): -3730412 or 1316039. OLE color: 1316039.

HSL color Cylindrical-coordinate representation of color #C71414: hue angle of 0º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71414 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 20 -
CMYK 0 0.90 0.90 0.22
HSL 0.82% 0.43% -
HSV(B) 0.9% 0.78% -
XYZ 23.93 12.69 1.85 -
YUV 73.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 199 20 20 0 0.90 0.90 0.22 0 0.82 0.43
Hex C7 14 14 0 5A 5A 16 0 52 2B
Octal 307 24 24 0 132 132 26 0 122 53
Binary 11000111 10100 10100 0 1011010 1011010 10110 0 1010010 101011

Color Harmonies of #C71414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71414

Black with #C71414

Text Example


Text Example

White with #C71414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71414; }

 p { color: rgb(199,20,20); }

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

background-color css

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

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

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

border-color css

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

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

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