Html Css Color HEX #C72040 Cardinal

📋 copy color: '#C72040'

red 199 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #C72040

Tints of Cardinal #C72040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

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

R = 67.46%
G = 10.85%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C72040 (or 0xC72040) is known color: Cardinal. HEX triplet: C7, 20 and 40. RGB value is (199,32,64). Sum of RGB (Red+Green+Blue) = 199+32+64=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C72040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72040 is #38DFBF. Grayscale: #555555. Windows color (decimal): -3727296 or 4202695. OLE color: 4202695.

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

Color convert

RGB 199 32 64 -
CMYK 0 0.84 0.68 0.22
HSL 348.5º 0.72% 0.45% -
HSV(B) 348.5º 0.84% 0.78% -
XYZ 25 13.55 6.15 -
YUV 85.58 115.83 208.9 -
System Red Green Blue C M Y K H S L
Decimal 199 32 64 0 0.84 0.68 0.22 348.5 0.72 0.45
Hex C7 20 40 0 54 44 16 15D 48 2D
Octal 307 40 100 0 124 104 26 535 110 55
Binary 11000111 100000 1000000 0 1010100 1000100 10110 101011101 1001000 101101

Color Harmonies of #C72040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72040

Black with #C72040

Text Example


Text Example

White with #C72040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72040; }

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

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

background-color css

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

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

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

border-color css

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

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

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