Html Css Color HEX #C2251F Fire Brick

📋 copy color: '#C2251F'

red 194 ◦ green 37 ◦ blue 31

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

Shades of Fire Brick #C2251F

Tints of Fire Brick #C2251F

RGB

 RED value IS 194 (76.17% from 255) = 74.05%

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

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 74.05%
G = 14.12%
B = 11.83%

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

#C2251F (or 0xC2251F) is known color: Fire Brick. HEX triplet: C2, 25 and 1F. RGB value is (194,37,31). Sum of RGB (Red+Green+Blue) = 194+37+31=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C2251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2251F is #3DDAE0. Grayscale: #535353. Windows color (decimal): -4053729 or 2041282. OLE color: 2041282.

HSL color Cylindrical-coordinate representation of color #C2251F: hue angle of 2.21º degrees, saturation: 0.72, 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 #C2251F is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 37 31 -
CMYK 0 0.81 0.84 0.24
HSL 2.21º 0.72% 0.44% -
HSV(B) 2.21º 0.84% 0.76% -
XYZ 23.16 12.89 2.56 -
YUV 83.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 194 37 31 0 0.81 0.84 0.24 2.21 0.72 0.44
Hex C2 25 1F 0 51 54 18 2 48 2C
Octal 302 45 37 0 121 124 30 2 110 54
Binary 11000010 100101 11111 0 1010001 1010100 11000 10 1001000 101100

Color Harmonies of #C2251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2251F

Black with #C2251F

Text Example


Text Example

White with #C2251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2251F; }

 p { color: rgb(194,37,31); }

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

background-color css

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

 a { background-color: rgb(194,37,31); }

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

border-color css

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

 span { border-color: rgb(194,37,31); }

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