Html Css Color HEX #C2251D Fire Brick

📋 copy color: '#C2251D'

red 194 ◦ green 37 ◦ blue 29

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

Shades of Fire Brick #C2251D

Tints of Fire Brick #C2251D

RGB

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

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

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

R = 74.62%
G = 14.23%
B = 11.15%

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

#C2251D (or 0xC2251D) is known color: Fire Brick. HEX triplet: C2, 25 and 1D. RGB value is (194,37,29). Sum of RGB (Red+Green+Blue) = 194+37+29=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2251D is #3DDAE2. Grayscale: #535353. Windows color (decimal): -4053731 or 1910210. OLE color: 1910210.

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

Color convert

RGB 194 37 29 -
CMYK 0 0.81 0.85 0.24
HSL 2.91º 0.74% 0.44% -
HSV(B) 2.91º 0.85% 0.76% -
XYZ 23.13 12.88 2.43 -
YUV 83.03 97.51 207.15 -
System Red Green Blue C M Y K H S L
Decimal 194 37 29 0 0.81 0.85 0.24 2.91 0.74 0.44
Hex C2 25 1D 0 51 55 18 3 4A 2C
Octal 302 45 35 0 121 125 30 3 112 54
Binary 11000010 100101 11101 0 1010001 1010101 11000 11 1001010 101100

Color Harmonies of #C2251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2251D

Black with #C2251D

Text Example


Text Example

White with #C2251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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