Html Css Color HEX #C61A1A Fire Brick

📋 copy color: '#C61A1A'

red 198 ◦ green 26 ◦ blue 26

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

Shades of Fire Brick #C61A1A

Tints of Fire Brick #C61A1A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.4%

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 79.2%
G = 10.4%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C61A1A (or 0xC61A1A) is known color: Fire Brick. HEX triplet: C6, 1A and 1A. RGB value is (198,26,26). Sum of RGB (Red+Green+Blue) = 198+26+26=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61A1A is #39E5E5. Grayscale: #4D4D4D. Windows color (decimal): -3794406 or 1710790. OLE color: 1710790.

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

Color convert

RGB 198 26 26 -
CMYK 0 0.87 0.87 0.22
HSL 0.77% 0.44% -
HSV(B) 0.87% 0.78% -
XYZ 23.84 12.82 2.19 -
YUV 77.43 98.98 214 -
System Red Green Blue C M Y K H S L
Decimal 198 26 26 0 0.87 0.87 0.22 0 0.77 0.44
Hex C6 1A 1A 0 57 57 16 0 4D 2C
Octal 306 32 32 0 127 127 26 0 115 54
Binary 11000110 11010 11010 0 1010111 1010111 10110 0 1001101 101100

Color Harmonies of #C61A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A1A

Black with #C61A1A

Text Example


Text Example

White with #C61A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A1A; }

 p { color: rgb(198,26,26); }

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

background-color css

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

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

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

border-color css

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

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

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