Html Css Color HEX #C24347 Brick Red

📋 copy color: '#C24347'

red 194 ◦ green 67 ◦ blue 71

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

Shades of Brick Red #C24347

Tints of Brick Red #C24347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.18%

 BLUE value IS 71 (28.13% from 255) = 21.39%

R = 58.43%
G = 20.18%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C24347 (or 0xC24347) is known color: Brick Red. HEX triplet: C2, 43 and 47. RGB value is (194,67,71). Sum of RGB (Red+Green+Blue) = 194+67+71=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C24347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24347 is #3DBCB8. Grayscale: #696969. Windows color (decimal): -4046009 or 4670402. OLE color: 4670402.

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

Color convert

RGB 194 67 71 -
CMYK 0 0.65 0.63 0.24
HSL 358.11º 0.51% 0.51% -
HSV(B) 358.11º 0.65% 0.76% -
XYZ 25.39 15.94 7.7 -
YUV 105.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 194 67 71 0 0.65 0.63 0.24 358.11 0.51 0.51
Hex C2 43 47 0 41 3F 18 166 33 33
Octal 302 103 107 0 101 77 30 546 63 63
Binary 11000010 1000011 1000111 0 1000001 111111 11000 101100110 110011 110011

Color Harmonies of #C24347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24347

Black with #C24347

Text Example


Text Example

White with #C24347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24347; }

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

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

background-color css

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

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

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

border-color css

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

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

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