Html Css Color HEX #C5241D Fire Brick

📋 copy color: '#C5241D'

red 197 ◦ green 36 ◦ blue 29

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

Shades of Fire Brick #C5241D

Tints of Fire Brick #C5241D

RGB

 RED value IS 197 (77.34% from 255) = 75.19%

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

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

R = 75.19%
G = 13.74%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5241D (or 0xC5241D) is known color: Fire Brick. HEX triplet: C5, 24 and 1D. RGB value is (197,36,29). Sum of RGB (Red+Green+Blue) = 197+36+29=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C5241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5241D is #3ADBE2. Grayscale: #535353. Windows color (decimal): -3857379 or 1909957. OLE color: 1909957.

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

Color convert

RGB 197 36 29 -
CMYK 0 0.82 0.85 0.23
HSL 2.5º 0.74% 0.44% -
HSV(B) 2.5º 0.85% 0.77% -
XYZ 23.88 13.22 2.46 -
YUV 83.34 97.34 209.07 -
System Red Green Blue C M Y K H S L
Decimal 197 36 29 0 0.82 0.85 0.23 2.5 0.74 0.44
Hex C5 24 1D 0 52 55 17 2 4A 2C
Octal 305 44 35 0 122 125 27 2 112 54
Binary 11000101 100100 11101 0 1010010 1010101 10111 10 1001010 101100

Color Harmonies of #C5241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5241D

Black with #C5241D

Text Example


Text Example

White with #C5241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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