Html Css Color HEX #C3241A Fire Brick

📋 copy color: '#C3241A'

red 195 ◦ green 36 ◦ blue 26

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

Shades of Fire Brick #C3241A

Tints of Fire Brick #C3241A

RGB

 RED value IS 195 (76.56% from 255) = 75.88%

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

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

R = 75.88%
G = 14.01%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3241A (or 0xC3241A) is known color: Fire Brick. HEX triplet: C3, 24 and 1A. RGB value is (195,36,26). Sum of RGB (Red+Green+Blue) = 195+36+26=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C3241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3241A is #3CDBE5. Grayscale: #525252. Windows color (decimal): -3988454 or 1713347. OLE color: 1713347.

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

Color convert

RGB 195 36 26 -
CMYK 0 0.82 0.87 0.24
HSL 3.55º 0.76% 0.43% -
HSV(B) 3.55º 0.87% 0.76% -
XYZ 23.32 12.94 2.25 -
YUV 82.4 96.18 208.31 -
System Red Green Blue C M Y K H S L
Decimal 195 36 26 0 0.82 0.87 0.24 3.55 0.76 0.43
Hex C3 24 1A 0 52 57 18 4 4C 2B
Octal 303 44 32 0 122 127 30 4 114 53
Binary 11000011 100100 11010 0 1010010 1010111 11000 100 1001100 101011

Color Harmonies of #C3241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3241A

Black with #C3241A

Text Example


Text Example

White with #C3241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3241A; }

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

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

background-color css

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

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

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

border-color css

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

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

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