Html Css Color HEX #C61E1E Fire Brick

📋 copy color: '#C61E1E'

red 198 ◦ green 30 ◦ blue 30

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

Shades of Fire Brick #C61E1E

Tints of Fire Brick #C61E1E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.63%

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

R = 76.74%
G = 11.63%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C61E1E (or 0xC61E1E) is known color: Fire Brick. HEX triplet: C6, 1E and 1E. RGB value is (198,30,30). Sum of RGB (Red+Green+Blue) = 198+30+30=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61E1E is #39E1E1. Grayscale: #505050. Windows color (decimal): -3793378 or 1973958. OLE color: 1973958.

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

Color convert

RGB 198 30 30 -
CMYK 0 0.85 0.85 0.22
HSL 0.74% 0.45% -
HSV(B) 0.85% 0.78% -
XYZ 23.99 13.03 2.48 -
YUV 80.23 99.66 212 -
System Red Green Blue C M Y K H S L
Decimal 198 30 30 0 0.85 0.85 0.22 0 0.74 0.45
Hex C6 1E 1E 0 55 55 16 0 4A 2D
Octal 306 36 36 0 125 125 26 0 112 55
Binary 11000110 11110 11110 0 1010101 1010101 10110 0 1001010 101101

Color Harmonies of #C61E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E1E

Black with #C61E1E

Text Example


Text Example

White with #C61E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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