Html Css Color HEX #C22B24 Fire Brick

📋 copy color: '#C22B24'

red 194 ◦ green 43 ◦ blue 36

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

Shades of Fire Brick #C22B24

Tints of Fire Brick #C22B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.75%

 BLUE value IS 36 (14.45% from 255) = 13.19%

R = 71.06%
G = 15.75%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C22B24 (or 0xC22B24) is known color: Fire Brick. HEX triplet: C2, 2B and 24. RGB value is (194,43,36). Sum of RGB (Red+Green+Blue) = 194+43+36=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22B24 is #3DD4DB. Grayscale: #575757. Windows color (decimal): -4052188 or 2370498. OLE color: 2370498.

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

Color convert

RGB 194 43 36 -
CMYK 0 0.78 0.81 0.24
HSL 2.66º 0.69% 0.45% -
HSV(B) 2.66º 0.81% 0.76% -
XYZ 23.43 13.32 3.01 -
YUV 87.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 194 43 36 0 0.78 0.81 0.24 2.66 0.69 0.45
Hex C2 2B 24 0 4E 51 18 3 45 2D
Octal 302 53 44 0 116 121 30 3 105 55
Binary 11000010 101011 100100 0 1001110 1010001 11000 11 1000101 101101

Color Harmonies of #C22B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22B24

Black with #C22B24

Text Example


Text Example

White with #C22B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22B24; }

 p { color: rgb(194,43,36); }

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

background-color css

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

 a { background-color: rgb(194,43,36); }

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

border-color css

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

 span { border-color: rgb(194,43,36); }

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