Html Css Color HEX #C71637 Cardinal

📋 copy color: '#C71637'

red 199 ◦ green 22 ◦ blue 55

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

Shades of Cardinal #C71637

Tints of Cardinal #C71637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

 BLUE value IS 55 (21.88% from 255) = 19.93%

R = 72.1%
G = 7.97%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C71637 (or 0xC71637) is known color: Cardinal. HEX triplet: C7, 16 and 37. RGB value is (199,22,55). Sum of RGB (Red+Green+Blue) = 199+22+55=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C71637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71637 is #38E9C8. Grayscale: #4E4E4E. Windows color (decimal): -3729865 or 3610311. OLE color: 3610311.

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

Color convert

RGB 199 22 55 -
CMYK 0 0.89 0.72 0.22
HSL 348.81º 0.8% 0.43% -
HSV(B) 348.81º 0.89% 0.78% -
XYZ 24.53 12.99 4.83 -
YUV 78.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 199 22 55 0 0.89 0.72 0.22 348.81 0.8 0.43
Hex C7 16 37 0 59 48 16 15D 50 2B
Octal 307 26 67 0 131 110 26 535 120 53
Binary 11000111 10110 110111 0 1011001 1001000 10110 101011101 1010000 101011

Color Harmonies of #C71637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71637

Black with #C71637

Text Example


Text Example

White with #C71637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71637; }

 p { color: rgb(199,22,55); }

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

background-color css

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

 a { background-color: rgb(199,22,55); }

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

border-color css

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

 span { border-color: rgb(199,22,55); }

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