Html Css Color HEX #C22D3C Brick Red

📋 copy color: '#C22D3C'

red 194 ◦ green 45 ◦ blue 60

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

Shades of Brick Red #C22D3C

Tints of Brick Red #C22D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 64.88%
G = 15.05%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C22D3C (or 0xC22D3C) is known color: Brick Red. HEX triplet: C2, 2D and 3C. RGB value is (194,45,60). Sum of RGB (Red+Green+Blue) = 194+45+60=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C22D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22D3C is #3DD2C3. Grayscale: #5B5B5B. Windows color (decimal): -4051652 or 3943874. OLE color: 3943874.

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

Color convert

RGB 194 45 60 -
CMYK 0 0.77 0.69 0.24
HSL 353.96º 0.62% 0.47% -
HSV(B) 353.96º 0.77% 0.76% -
XYZ 24 13.67 5.65 -
YUV 91.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 194 45 60 0 0.77 0.69 0.24 353.96 0.62 0.47
Hex C2 2D 3C 0 4D 45 18 162 3E 2F
Octal 302 55 74 0 115 105 30 542 76 57
Binary 11000010 101101 111100 0 1001101 1000101 11000 101100010 111110 101111

Color Harmonies of #C22D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22D3C

Black with #C22D3C

Text Example


Text Example

White with #C22D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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