Html Css Color HEX #C1251E Fire Brick

📋 copy color: '#C1251E'

red 193 ◦ green 37 ◦ blue 30

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

Shades of Fire Brick #C1251E

Tints of Fire Brick #C1251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 74.23%
G = 14.23%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1251E (or 0xC1251E) is known color: Fire Brick. HEX triplet: C1, 25 and 1E. RGB value is (193,37,30). Sum of RGB (Red+Green+Blue) = 193+37+30=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C1251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1251E is #3EDAE1. Grayscale: #535353. Windows color (decimal): -4119266 or 1975745. OLE color: 1975745.

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

Color convert

RGB 193 37 30 -
CMYK 0 0.81 0.84 0.24
HSL 2.58º 0.73% 0.44% -
HSV(B) 2.58º 0.84% 0.76% -
XYZ 22.89 12.75 2.48 -
YUV 82.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 193 37 30 0 0.81 0.84 0.24 2.58 0.73 0.44
Hex C1 25 1E 0 51 54 18 3 49 2C
Octal 301 45 36 0 121 124 30 3 111 54
Binary 11000001 100101 11110 0 1010001 1010100 11000 11 1001001 101100

Color Harmonies of #C1251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1251E

Black with #C1251E

Text Example


Text Example

White with #C1251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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