Html Css Color HEX #C22923 Fire Brick

📋 copy color: '#C22923'

red 194 ◦ green 41 ◦ blue 35

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

Shades of Fire Brick #C22923

Tints of Fire Brick #C22923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

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

R = 71.85%
G = 15.19%
B = 12.96%

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

#C22923 (or 0xC22923) is known color: Fire Brick. HEX triplet: C2, 29 and 23. RGB value is (194,41,35). Sum of RGB (Red+Green+Blue) = 194+41+35=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C22923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22923 is #3DD6DC. Grayscale: #565656. Windows color (decimal): -4052701 or 2304450. OLE color: 2304450.

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

Color convert

RGB 194 41 35 -
CMYK 0 0.79 0.82 0.24
HSL 2.26º 0.69% 0.45% -
HSV(B) 2.26º 0.82% 0.76% -
XYZ 23.34 13.18 2.9 -
YUV 86.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 194 41 35 0 0.79 0.82 0.24 2.26 0.69 0.45
Hex C2 29 23 0 4F 52 18 2 45 2D
Octal 302 51 43 0 117 122 30 2 105 55
Binary 11000010 101001 100011 0 1001111 1010010 11000 10 1000101 101101

Color Harmonies of #C22923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22923

Black with #C22923

Text Example


Text Example

White with #C22923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22923; }

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

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

background-color css

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

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

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

border-color css

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

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

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