Html Css Color HEX #C22725 Fire Brick

📋 copy color: '#C22725'

red 194 ◦ green 39 ◦ blue 37

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

Shades of Fire Brick #C22725

Tints of Fire Brick #C22725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

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

R = 71.85%
G = 14.44%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C22725 (or 0xC22725) is known color: Fire Brick. HEX triplet: C2, 27 and 25. RGB value is (194,39,37). Sum of RGB (Red+Green+Blue) = 194+39+37=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C22725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22725 is #3DD8DA. Grayscale: #555555. Windows color (decimal): -4053211 or 2435010. OLE color: 2435010.

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

Color convert

RGB 194 39 37 -
CMYK 0 0.80 0.81 0.24
HSL 0.76º 0.68% 0.45% -
HSV(B) 0.76º 0.81% 0.76% -
XYZ 23.31 13.05 3.04 -
YUV 85.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 194 39 37 0 0.80 0.81 0.24 0.76 0.68 0.45
Hex C2 27 25 0 50 51 18 1 44 2D
Octal 302 47 45 0 120 121 30 1 104 55
Binary 11000010 100111 100101 0 1010000 1010001 11000 1 1000100 101101

Color Harmonies of #C22725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22725

Black with #C22725

Text Example


Text Example

White with #C22725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22725; }

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

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

background-color css

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

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

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

border-color css

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

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

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