Html Css Color HEX #C22741 Brick Red

📋 copy color: '#C22741'

red 194 ◦ green 39 ◦ blue 65

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

Shades of Brick Red #C22741

Tints of Brick Red #C22741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 65.1%
G = 13.09%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C22741 (or 0xC22741) is known color: Brick Red. HEX triplet: C2, 27 and 41. RGB value is (194,39,65). Sum of RGB (Red+Green+Blue) = 194+39+65=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C22741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22741 is #3DD8BE. Grayscale: #585858. Windows color (decimal): -4053183 or 4270018. OLE color: 4270018.

HSL color Cylindrical-coordinate representation of color #C22741: hue angle of 349.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22741 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 65 -
CMYK 0 0.80 0.66 0.24
HSL 349.94º 0.67% 0.46% -
HSV(B) 349.94º 0.8% 0.76% -
XYZ 23.93 13.3 6.31 -
YUV 88.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 194 39 65 0 0.80 0.66 0.24 349.94 0.67 0.46
Hex C2 27 41 0 50 42 18 15E 43 2E
Octal 302 47 101 0 120 102 30 536 103 56
Binary 11000010 100111 1000001 0 1010000 1000010 11000 101011110 1000011 101110

Color Harmonies of #C22741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22741

Black with #C22741

Text Example


Text Example

White with #C22741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22741; }

 p { color: rgb(194,39,65); }

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

background-color css

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

 a { background-color: rgb(194,39,65); }

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

border-color css

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

 span { border-color: rgb(194,39,65); }

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