Html Css Color HEX #C71640 Cardinal

📋 copy color: '#C71640'

red 199 ◦ green 22 ◦ blue 64

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

Shades of Cardinal #C71640

Tints of Cardinal #C71640

RGB

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

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

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

R = 69.82%
G = 7.72%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C71640 (or 0xC71640) is known color: Cardinal. HEX triplet: C7, 16 and 40. RGB value is (199,22,64). Sum of RGB (Red+Green+Blue) = 199+22+64=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C71640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71640 is #38E9BF. Grayscale: #4F4F4F. Windows color (decimal): -3729856 or 4200135. OLE color: 4200135.

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

Color convert

RGB 199 22 64 -
CMYK 0 0.89 0.68 0.22
HSL 345.76º 0.8% 0.43% -
HSV(B) 345.76º 0.89% 0.78% -
XYZ 24.77 13.09 6.07 -
YUV 79.71 119.14 213.08 -
System Red Green Blue C M Y K H S L
Decimal 199 22 64 0 0.89 0.68 0.22 345.76 0.8 0.43
Hex C7 16 40 0 59 44 16 15A 50 2B
Octal 307 26 100 0 131 104 26 532 120 53
Binary 11000111 10110 1000000 0 1011001 1000100 10110 101011010 1010000 101011

Color Harmonies of #C71640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71640

Black with #C71640

Text Example


Text Example

White with #C71640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71640; }

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

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

background-color css

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

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

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

border-color css

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

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

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