Html Css Color HEX #C22542 Brick Red

📋 copy color: '#C22542'

red 194 ◦ green 37 ◦ blue 66

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

Shades of Brick Red #C22542

Tints of Brick Red #C22542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 65.32%
G = 12.46%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C22542 (or 0xC22542) is known color: Brick Red. HEX triplet: C2, 25 and 42. RGB value is (194,37,66). Sum of RGB (Red+Green+Blue) = 194+37+66=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C22542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22542 is #3DDABD. Grayscale: #575757. Windows color (decimal): -4053694 or 4335042. OLE color: 4335042.

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

Color convert

RGB 194 37 66 -
CMYK 0 0.81 0.66 0.24
HSL 348.92º 0.68% 0.45% -
HSV(B) 348.92º 0.81% 0.76% -
XYZ 23.89 13.19 6.44 -
YUV 87.25 116.01 204.14 -
System Red Green Blue C M Y K H S L
Decimal 194 37 66 0 0.81 0.66 0.24 348.92 0.68 0.45
Hex C2 25 42 0 51 42 18 15D 44 2D
Octal 302 45 102 0 121 102 30 535 104 55
Binary 11000010 100101 1000010 0 1010001 1000010 11000 101011101 1000100 101101

Color Harmonies of #C22542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22542

Black with #C22542

Text Example


Text Example

White with #C22542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22542; }

 p { color: rgb(194,37,66); }

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

background-color css

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

 a { background-color: rgb(194,37,66); }

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

border-color css

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

 span { border-color: rgb(194,37,66); }

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