Html Css Color HEX #C22D45 Brick Red

📋 copy color: '#C22D45'

red 194 ◦ green 45 ◦ blue 69

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

Shades of Brick Red #C22D45

Tints of Brick Red #C22D45

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.61%

 BLUE value IS 69 (27.34% from 255) = 22.4%

R = 62.99%
G = 14.61%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C22D45 (or 0xC22D45) is known color: Brick Red. HEX triplet: C2, 2D and 45. RGB value is (194,45,69). Sum of RGB (Red+Green+Blue) = 194+45+69=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D45 is #3DD2BA. Grayscale: #5C5C5C. Windows color (decimal): -4051643 or 4533698. OLE color: 4533698.

HSL color Cylindrical-coordinate representation of color #C22D45: hue angle of 350.34º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22D45 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 45 69 -
CMYK 0 0.77 0.64 0.24
HSL 350.34º 0.62% 0.47% -
HSV(B) 350.34º 0.77% 0.76% -
XYZ 24.26 13.78 7.01 -
YUV 92.29 114.86 200.55 -
System Red Green Blue C M Y K H S L
Decimal 194 45 69 0 0.77 0.64 0.24 350.34 0.62 0.47
Hex C2 2D 45 0 4D 40 18 15E 3E 2F
Octal 302 55 105 0 115 100 30 536 76 57
Binary 11000010 101101 1000101 0 1001101 1000000 11000 101011110 111110 101111

Color Harmonies of #C22D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D45

Black with #C22D45

Text Example


Text Example

White with #C22D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D45; }

 p { color: rgb(194,45,69); }

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

background-color css

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

 a { background-color: rgb(194,45,69); }

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

border-color css

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

 span { border-color: rgb(194,45,69); }

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