Html Css Color HEX #C4241A Fire Brick

📋 copy color: '#C4241A'

red 196 ◦ green 36 ◦ blue 26

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

Shades of Fire Brick #C4241A

Tints of Fire Brick #C4241A

RGB

 RED value IS 196 (76.95% from 255) = 75.97%

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

 BLUE value IS 26 (10.55% from 255) = 10.08%

R = 75.97%
G = 13.95%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4241A (or 0xC4241A) is known color: Fire Brick. HEX triplet: C4, 24 and 1A. RGB value is (196,36,26). Sum of RGB (Red+Green+Blue) = 196+36+26=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C4241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4241A is #3BDBE5. Grayscale: #525252. Windows color (decimal): -3922918 or 1713348. OLE color: 1713348.

HSL color Cylindrical-coordinate representation of color #C4241A: hue angle of 3.53º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4241A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 36 26 -
CMYK 0 0.82 0.87 0.23
HSL 3.53º 0.77% 0.44% -
HSV(B) 3.53º 0.87% 0.77% -
XYZ 23.58 13.07 2.26 -
YUV 82.7 96.01 208.81 -
System Red Green Blue C M Y K H S L
Decimal 196 36 26 0 0.82 0.87 0.23 3.53 0.77 0.44
Hex C4 24 1A 0 52 57 17 4 4D 2C
Octal 304 44 32 0 122 127 27 4 115 54
Binary 11000100 100100 11010 0 1010010 1010111 10111 100 1001101 101100

Color Harmonies of #C4241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4241A

Black with #C4241A

Text Example


Text Example

White with #C4241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4241A; }

 p { color: rgb(196,36,26); }

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

background-color css

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

 a { background-color: rgb(196,36,26); }

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

border-color css

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

 span { border-color: rgb(196,36,26); }

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