Html Css Color HEX #C1251C Fire Brick

📋 copy color: '#C1251C'

red 193 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #C1251C

Tints of Fire Brick #C1251C

RGB

 RED value IS 193 (75.78% from 255) = 74.81%

 GREEN value IS 37 (14.84% from 255) = 14.34%

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 74.81%
G = 14.34%
B = 10.85%

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

#C1251C (or 0xC1251C) is known color: Fire Brick. HEX triplet: C1, 25 and 1C. RGB value is (193,37,28). Sum of RGB (Red+Green+Blue) = 193+37+28=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C1251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1251C is #3EDAE3. Grayscale: #525252. Windows color (decimal): -4119268 or 1844673. OLE color: 1844673.

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

Color convert

RGB 193 37 28 -
CMYK 0 0.81 0.85 0.24
HSL 3.27º 0.75% 0.43% -
HSV(B) 3.27º 0.85% 0.76% -
XYZ 22.86 12.74 2.35 -
YUV 82.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 193 37 28 0 0.81 0.85 0.24 3.27 0.75 0.43
Hex C1 25 1C 0 51 55 18 3 4B 2B
Octal 301 45 34 0 121 125 30 3 113 53
Binary 11000001 100101 11100 0 1010001 1010101 11000 11 1001011 101011

Color Harmonies of #C1251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1251C

Black with #C1251C

Text Example


Text Example

White with #C1251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1251C; }

 p { color: rgb(193,37,28); }

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

background-color css

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

 a { background-color: rgb(193,37,28); }

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

border-color css

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

 span { border-color: rgb(193,37,28); }

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