Html Css Color HEX #C22A1F Fire Brick

📋 copy color: '#C22A1F'

red 194 ◦ green 42 ◦ blue 31

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

Shades of Fire Brick #C22A1F

Tints of Fire Brick #C22A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.73%

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

R = 72.66%
G = 15.73%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C22A1F (or 0xC22A1F) is known color: Fire Brick. HEX triplet: C2, 2A and 1F. RGB value is (194,42,31). Sum of RGB (Red+Green+Blue) = 194+42+31=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A1F is #3DD5E0. Grayscale: #565656. Windows color (decimal): -4052449 or 2042562. OLE color: 2042562.

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

Color convert

RGB 194 42 31 -
CMYK 0 0.78 0.84 0.24
HSL 4.05º 0.72% 0.44% -
HSV(B) 4.05º 0.84% 0.76% -
XYZ 23.32 13.22 2.62 -
YUV 86.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 194 42 31 0 0.78 0.84 0.24 4.05 0.72 0.44
Hex C2 2A 1F 0 4E 54 18 4 48 2C
Octal 302 52 37 0 116 124 30 4 110 54
Binary 11000010 101010 11111 0 1001110 1010100 11000 100 1001000 101100

Color Harmonies of #C22A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22A1F

Black with #C22A1F

Text Example


Text Example

White with #C22A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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