Html Css Color HEX #C61D1C Fire Brick

📋 copy color: '#C61D1C'

red 198 ◦ green 29 ◦ blue 28

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

Shades of Fire Brick #C61D1C

Tints of Fire Brick #C61D1C

RGB

 RED value IS 198 (77.73% from 255) = 77.65%

 GREEN value IS 29 (11.72% from 255) = 11.37%

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 77.65%
G = 11.37%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C61D1C (or 0xC61D1C) is known color: Fire Brick. HEX triplet: C6, 1D and 1C. RGB value is (198,29,28). Sum of RGB (Red+Green+Blue) = 198+29+28=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61D1C is #39E2E3. Grayscale: #4F4F4F. Windows color (decimal): -3793636 or 1842630. OLE color: 1842630.

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

Color convert

RGB 198 29 28 -
CMYK 0 0.85 0.86 0.22
HSL 0.35º 0.75% 0.44% -
HSV(B) 0.35º 0.86% 0.78% -
XYZ 23.94 12.97 2.34 -
YUV 79.42 98.99 212.58 -
System Red Green Blue C M Y K H S L
Decimal 198 29 28 0 0.85 0.86 0.22 0.35 0.75 0.44
Hex C6 1D 1C 0 55 56 16 0 4B 2C
Octal 306 35 34 0 125 126 26 0 113 54
Binary 11000110 11101 11100 0 1010101 1010110 10110 0 1001011 101100

Color Harmonies of #C61D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61D1C

Black with #C61D1C

Text Example


Text Example

White with #C61D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61D1C; }

 p { color: rgb(198,29,28); }

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

background-color css

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

 a { background-color: rgb(198,29,28); }

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

border-color css

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

 span { border-color: rgb(198,29,28); }

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