Html Css Color HEX #C6241C Fire Brick

📋 copy color: '#C6241C'

red 198 ◦ green 36 ◦ blue 28

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

Shades of Fire Brick #C6241C

Tints of Fire Brick #C6241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.74%

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

R = 75.57%
G = 13.74%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6241C (or 0xC6241C) is known color: Fire Brick. HEX triplet: C6, 24 and 1C. RGB value is (198,36,28). Sum of RGB (Red+Green+Blue) = 198+36+28=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6241C is #39DBE3. Grayscale: #535353. Windows color (decimal): -3791844 or 1844422. OLE color: 1844422.

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

Color convert

RGB 198 36 28 -
CMYK 0 0.82 0.86 0.22
HSL 2.82º 0.75% 0.44% -
HSV(B) 2.82º 0.86% 0.78% -
XYZ 24.13 13.35 2.4 -
YUV 83.53 96.67 209.65 -
System Red Green Blue C M Y K H S L
Decimal 198 36 28 0 0.82 0.86 0.22 2.82 0.75 0.44
Hex C6 24 1C 0 52 56 16 3 4B 2C
Octal 306 44 34 0 122 126 26 3 113 54
Binary 11000110 100100 11100 0 1010010 1010110 10110 11 1001011 101100

Color Harmonies of #C6241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6241C

Black with #C6241C

Text Example


Text Example

White with #C6241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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