Html Css Color HEX #C72941 Brick Red

📋 copy color: '#C72941'

red 199 ◦ green 41 ◦ blue 65

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

Shades of Brick Red #C72941

Tints of Brick Red #C72941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 65.25%
G = 13.44%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C72941 (or 0xC72941) is known color: Brick Red. HEX triplet: C7, 29 and 41. RGB value is (199,41,65). Sum of RGB (Red+Green+Blue) = 199+41+65=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C72941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72941 is #38D6BE. Grayscale: #5B5B5B. Windows color (decimal): -3724991 or 4270535. OLE color: 4270535.

HSL color Cylindrical-coordinate representation of color #C72941: hue angle of 350.89º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72941 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 41 65 -
CMYK 0 0.79 0.67 0.22
HSL 350.89º 0.66% 0.47% -
HSV(B) 350.89º 0.79% 0.78% -
XYZ 25.3 14.11 6.39 -
YUV 90.98 113.35 205.05 -
System Red Green Blue C M Y K H S L
Decimal 199 41 65 0 0.79 0.67 0.22 350.89 0.66 0.47
Hex C7 29 41 0 4F 43 16 15F 42 2F
Octal 307 51 101 0 117 103 26 537 102 57
Binary 11000111 101001 1000001 0 1001111 1000011 10110 101011111 1000010 101111

Color Harmonies of #C72941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72941

Black with #C72941

Text Example


Text Example

White with #C72941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72941; }

 p { color: rgb(199,41,65); }

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

background-color css

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

 a { background-color: rgb(199,41,65); }

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

border-color css

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

 span { border-color: rgb(199,41,65); }

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