Html Css Color HEX #C72C40 Brick Red

📋 copy color: '#C72C40'

red 199 ◦ green 44 ◦ blue 64

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

Shades of Brick Red #C72C40

Tints of Brick Red #C72C40

RGB

 RED value IS 199 (78.13% from 255) = 64.82%

 GREEN value IS 44 (17.58% from 255) = 14.33%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 64.82%
G = 14.33%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C72C40 (or 0xC72C40) is known color: Brick Red. HEX triplet: C7, 2C and 40. RGB value is (199,44,64). Sum of RGB (Red+Green+Blue) = 199+44+64=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72C40 is #38D3BF. Grayscale: #5C5C5C. Windows color (decimal): -3724224 or 4205767. OLE color: 4205767.

HSL color Cylindrical-coordinate representation of color #C72C40: hue angle of 352.26º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72C40 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 44 64 -
CMYK 0 0.78 0.68 0.22
HSL 352.26º 0.64% 0.48% -
HSV(B) 352.26º 0.78% 0.78% -
XYZ 25.38 14.31 6.28 -
YUV 92.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 199 44 64 0 0.78 0.68 0.22 352.26 0.64 0.48
Hex C7 2C 40 0 4E 44 16 160 40 30
Octal 307 54 100 0 116 104 26 540 100 60
Binary 11000111 101100 1000000 0 1001110 1000100 10110 101100000 1000000 110000

Color Harmonies of #C72C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72C40

Black with #C72C40

Text Example


Text Example

White with #C72C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72C40; }

 p { color: rgb(199,44,64); }

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

background-color css

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

 a { background-color: rgb(199,44,64); }

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

border-color css

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

 span { border-color: rgb(199,44,64); }

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