Html Css Color HEX #C22823 Fire Brick

📋 copy color: '#C22823'

red 194 ◦ green 40 ◦ blue 35

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

Shades of Fire Brick #C22823

Tints of Fire Brick #C22823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.01%

R = 72.12%
G = 14.87%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C22823 (or 0xC22823) is known color: Fire Brick. HEX triplet: C2, 28 and 23. RGB value is (194,40,35). Sum of RGB (Red+Green+Blue) = 194+40+35=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C22823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22823 is #3DD7DC. Grayscale: #555555. Windows color (decimal): -4052957 or 2304194. OLE color: 2304194.

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

Color convert

RGB 194 40 35 -
CMYK 0 0.79 0.82 0.24
HSL 1.89º 0.69% 0.45% -
HSV(B) 1.89º 0.82% 0.76% -
XYZ 23.31 13.11 2.89 -
YUV 85.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 194 40 35 0 0.79 0.82 0.24 1.89 0.69 0.45
Hex C2 28 23 0 4F 52 18 2 45 2D
Octal 302 50 43 0 117 122 30 2 105 55
Binary 11000010 101000 100011 0 1001111 1010010 11000 10 1000101 101101

Color Harmonies of #C22823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22823

Black with #C22823

Text Example


Text Example

White with #C22823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22823; }

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

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

background-color css

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

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

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

border-color css

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

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

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