Html Css Color HEX #C71650 Cardinal

📋 copy color: '#C71650'

red 199 ◦ green 22 ◦ blue 80

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

Shades of Cardinal #C71650

Tints of Cardinal #C71650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.58%

R = 66.11%
G = 7.31%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C71650 (or 0xC71650) is known color: Cardinal. HEX triplet: C7, 16 and 50. RGB value is (199,22,80). Sum of RGB (Red+Green+Blue) = 199+22+80=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C71650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71650 is #38E9AF. Grayscale: #515151. Windows color (decimal): -3729840 or 5248711. OLE color: 5248711.

HSL color Cylindrical-coordinate representation of color #C71650: hue angle of 340.34º 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 #C71650 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 22 80 -
CMYK 0 0.89 0.60 0.22
HSL 340.34º 0.8% 0.43% -
HSV(B) 340.34º 0.89% 0.78% -
XYZ 25.29 13.3 8.82 -
YUV 81.54 127.14 211.78 -
System Red Green Blue C M Y K H S L
Decimal 199 22 80 0 0.89 0.60 0.22 340.34 0.8 0.43
Hex C7 16 50 0 59 3C 16 154 50 2B
Octal 307 26 120 0 131 74 26 524 120 53
Binary 11000111 10110 1010000 0 1011001 111100 10110 101010100 1010000 101011

Color Harmonies of #C71650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71650

Black with #C71650

Text Example


Text Example

White with #C71650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71650; }

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

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

background-color css

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

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

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

border-color css

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

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

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