Html Css Color HEX #C22825 Fire Brick

📋 copy color: '#C22825'

red 194 ◦ green 40 ◦ blue 37

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

Shades of Fire Brick #C22825

Tints of Fire Brick #C22825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.76%

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 71.59%
G = 14.76%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C22825 (or 0xC22825) is known color: Fire Brick. HEX triplet: C2, 28 and 25. RGB value is (194,40,37). Sum of RGB (Red+Green+Blue) = 194+40+37=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C22825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22825 is #3DD7DA. Grayscale: #555555. Windows color (decimal): -4052955 or 2435266. OLE color: 2435266.

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

Color convert

RGB 194 40 37 -
CMYK 0 0.79 0.81 0.24
HSL 1.15º 0.68% 0.45% -
HSV(B) 1.15º 0.81% 0.76% -
XYZ 23.34 13.12 3.05 -
YUV 85.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 194 40 37 0 0.79 0.81 0.24 1.15 0.68 0.45
Hex C2 28 25 0 4F 51 18 1 44 2D
Octal 302 50 45 0 117 121 30 1 104 55
Binary 11000010 101000 100101 0 1001111 1010001 11000 1 1000100 101101

Color Harmonies of #C22825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22825

Black with #C22825

Text Example


Text Example

White with #C22825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22825; }

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

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

background-color css

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

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

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

border-color css

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

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

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