Html Css Color HEX #C61D1B Fire Brick

📋 copy color: '#C61D1B'

red 198 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #C61D1B

Tints of Fire Brick #C61D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 77.95%
G = 11.42%
B = 10.63%

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

#C61D1B (or 0xC61D1B) is known color: Fire Brick. HEX triplet: C6, 1D and 1B. RGB value is (198,29,27). Sum of RGB (Red+Green+Blue) = 198+29+27=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61D1B is #39E2E4. Grayscale: #4F4F4F. Windows color (decimal): -3793637 or 1777094. OLE color: 1777094.

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

Color convert

RGB 198 29 27 -
CMYK 0 0.85 0.86 0.22
HSL 0.7º 0.76% 0.44% -
HSV(B) 0.7º 0.86% 0.78% -
XYZ 23.93 12.96 2.28 -
YUV 79.3 98.49 212.66 -
System Red Green Blue C M Y K H S L
Decimal 198 29 27 0 0.85 0.86 0.22 0.7 0.76 0.44
Hex C6 1D 1B 0 55 56 16 1 4C 2C
Octal 306 35 33 0 125 126 26 1 114 54
Binary 11000110 11101 11011 0 1010101 1010110 10110 1 1001100 101100

Color Harmonies of #C61D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61D1B

Black with #C61D1B

Text Example


Text Example

White with #C61D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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