Html Css Color HEX #C61E18 Fire Brick

📋 copy color: '#C61E18'

red 198 ◦ green 30 ◦ blue 24

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

Shades of Fire Brick #C61E18

Tints of Fire Brick #C61E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 78.57%
G = 11.9%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C61E18 (or 0xC61E18) is known color: Fire Brick. HEX triplet: C6, 1E and 18. RGB value is (198,30,24). Sum of RGB (Red+Green+Blue) = 198+30+24=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61E18 is #39E1E7. Grayscale: #4F4F4F. Windows color (decimal): -3793384 or 1580742. OLE color: 1580742.

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

Color convert

RGB 198 30 24 -
CMYK 0 0.85 0.88 0.22
HSL 2.07º 0.78% 0.44% -
HSV(B) 2.07º 0.88% 0.78% -
XYZ 23.92 13 2.11 -
YUV 79.55 96.66 212.49 -
System Red Green Blue C M Y K H S L
Decimal 198 30 24 0 0.85 0.88 0.22 2.07 0.78 0.44
Hex C6 1E 18 0 55 58 16 2 4E 2C
Octal 306 36 30 0 125 130 26 2 116 54
Binary 11000110 11110 11000 0 1010101 1011000 10110 10 1001110 101100

Color Harmonies of #C61E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E18

Black with #C61E18

Text Example


Text Example

White with #C61E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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