Html Css Color HEX #C22743 Brick Red

📋 copy color: '#C22743'

red 194 ◦ green 39 ◦ blue 67

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

Shades of Brick Red #C22743

Tints of Brick Red #C22743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.33%

R = 64.67%
G = 13%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C22743 (or 0xC22743) is known color: Brick Red. HEX triplet: C2, 27 and 43. RGB value is (194,39,67). Sum of RGB (Red+Green+Blue) = 194+39+67=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C22743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22743 is #3DD8BC. Grayscale: #585858. Windows color (decimal): -4053181 or 4401090. OLE color: 4401090.

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

Color convert

RGB 194 39 67 -
CMYK 0 0.80 0.65 0.24
HSL 349.16º 0.67% 0.46% -
HSV(B) 349.16º 0.8% 0.76% -
XYZ 23.99 13.33 6.62 -
YUV 88.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 194 39 67 0 0.80 0.65 0.24 349.16 0.67 0.46
Hex C2 27 43 0 50 41 18 15D 43 2E
Octal 302 47 103 0 120 101 30 535 103 56
Binary 11000010 100111 1000011 0 1010000 1000001 11000 101011101 1000011 101110

Color Harmonies of #C22743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22743

Black with #C22743

Text Example


Text Example

White with #C22743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22743; }

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

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

background-color css

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

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

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

border-color css

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

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

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