Html Css Color HEX #C23043 Brick Red

📋 copy color: '#C23043'

red 194 ◦ green 48 ◦ blue 67

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

Shades of Brick Red #C23043

Tints of Brick Red #C23043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

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

R = 62.78%
G = 15.53%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C23043 (or 0xC23043) is known color: Brick Red. HEX triplet: C2, 30 and 43. RGB value is (194,48,67). Sum of RGB (Red+Green+Blue) = 194+48+67=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C23043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23043 is #3DCFBC. Grayscale: #5D5D5D. Windows color (decimal): -4050877 or 4403394. OLE color: 4403394.

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

Color convert

RGB 194 48 67 -
CMYK 0 0.75 0.65 0.24
HSL 352.19º 0.6% 0.47% -
HSV(B) 352.19º 0.75% 0.76% -
XYZ 24.32 13.99 6.73 -
YUV 93.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 194 48 67 0 0.75 0.65 0.24 352.19 0.6 0.47
Hex C2 30 43 0 4B 41 18 160 3C 2F
Octal 302 60 103 0 113 101 30 540 74 57
Binary 11000010 110000 1000011 0 1001011 1000001 11000 101100000 111100 101111

Color Harmonies of #C23043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23043

Black with #C23043

Text Example


Text Example

White with #C23043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23043; }

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

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

background-color css

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

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

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

border-color css

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

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

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