Html Css Color HEX #C6241D Fire Brick

📋 copy color: '#C6241D'

red 198 ◦ green 36 ◦ blue 29

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

Shades of Fire Brick #C6241D

Tints of Fire Brick #C6241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 75.29%
G = 13.69%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6241D (or 0xC6241D) is known color: Fire Brick. HEX triplet: C6, 24 and 1D. RGB value is (198,36,29). Sum of RGB (Red+Green+Blue) = 198+36+29=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C6241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6241D is #39DBE2. Grayscale: #535353. Windows color (decimal): -3791843 or 1909958. OLE color: 1909958.

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

Color convert

RGB 198 36 29 -
CMYK 0 0.82 0.85 0.22
HSL 2.49º 0.74% 0.45% -
HSV(B) 2.49º 0.85% 0.78% -
XYZ 24.14 13.36 2.47 -
YUV 83.64 97.17 209.57 -
System Red Green Blue C M Y K H S L
Decimal 198 36 29 0 0.82 0.85 0.22 2.49 0.74 0.45
Hex C6 24 1D 0 52 55 16 2 4A 2D
Octal 306 44 35 0 122 125 26 2 112 55
Binary 11000110 100100 11101 0 1010010 1010101 10110 10 1001010 101101

Color Harmonies of #C6241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6241D

Black with #C6241D

Text Example


Text Example

White with #C6241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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