Html Css Color HEX #C2241D Fire Brick

📋 copy color: '#C2241D'

red 194 ◦ green 36 ◦ blue 29

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

Shades of Fire Brick #C2241D

Tints of Fire Brick #C2241D

RGB

 RED value IS 194 (76.17% from 255) = 74.9%

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

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

R = 74.9%
G = 13.9%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2241D (or 0xC2241D) is known color: Fire Brick. HEX triplet: C2, 24 and 1D. RGB value is (194,36,29). Sum of RGB (Red+Green+Blue) = 194+36+29=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C2241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2241D is #3DDBE2. Grayscale: #525252. Windows color (decimal): -4053987 or 1909954. OLE color: 1909954.

HSL color Cylindrical-coordinate representation of color #C2241D: hue angle of 2.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2241D is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 36 29 -
CMYK 0 0.81 0.85 0.24
HSL 2.55º 0.74% 0.44% -
HSV(B) 2.55º 0.85% 0.76% -
XYZ 23.1 12.82 2.42 -
YUV 82.44 97.85 207.57 -
System Red Green Blue C M Y K H S L
Decimal 194 36 29 0 0.81 0.85 0.24 2.55 0.74 0.44
Hex C2 24 1D 0 51 55 18 3 4A 2C
Octal 302 44 35 0 121 125 30 3 112 54
Binary 11000010 100100 11101 0 1010001 1010101 11000 11 1001010 101100

Color Harmonies of #C2241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2241D

Black with #C2241D

Text Example


Text Example

White with #C2241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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