Html Css Color HEX #C72343 Cardinal

📋 copy color: '#C72343'

red 199 ◦ green 35 ◦ blue 67

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

Shades of Cardinal #C72343

Tints of Cardinal #C72343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

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

R = 66.11%
G = 11.63%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C72343 (or 0xC72343) is known color: Cardinal. HEX triplet: C7, 23 and 43. RGB value is (199,35,67). Sum of RGB (Red+Green+Blue) = 199+35+67=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C72343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72343 is #38DCBC. Grayscale: #575757. Windows color (decimal): -3726525 or 4400071. OLE color: 4400071.

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

Color convert

RGB 199 35 67 -
CMYK 0 0.82 0.66 0.22
HSL 348.29º 0.7% 0.46% -
HSV(B) 348.29º 0.82% 0.78% -
XYZ 25.17 13.75 6.64 -
YUV 87.68 116.33 207.4 -
System Red Green Blue C M Y K H S L
Decimal 199 35 67 0 0.82 0.66 0.22 348.29 0.7 0.46
Hex C7 23 43 0 52 42 16 15C 46 2E
Octal 307 43 103 0 122 102 26 534 106 56
Binary 11000111 100011 1000011 0 1010010 1000010 10110 101011100 1000110 101110

Color Harmonies of #C72343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72343

Black with #C72343

Text Example


Text Example

White with #C72343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72343; }

 p { color: rgb(199,35,67); }

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

background-color css

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

 a { background-color: rgb(199,35,67); }

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

border-color css

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

 span { border-color: rgb(199,35,67); }

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