Html Css Color HEX #C71450 Cardinal

📋 copy color: '#C71450'

red 199 ◦ green 20 ◦ blue 80

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

Shades of Cardinal #C71450

Tints of Cardinal #C71450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.69%

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

R = 66.56%
G = 6.69%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C71450 (or 0xC71450) is known color: Cardinal. HEX triplet: C7, 14 and 50. RGB value is (199,20,80). Sum of RGB (Red+Green+Blue) = 199+20+80=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C71450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71450 is #38EBAF. Grayscale: #505050. Windows color (decimal): -3730352 or 5248199. OLE color: 5248199.

HSL color Cylindrical-coordinate representation of color #C71450: hue angle of 339.89º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71450 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 80 -
CMYK 0 0.90 0.60 0.22
HSL 339.89º 0.82% 0.43% -
HSV(B) 339.89º 0.9% 0.78% -
XYZ 25.25 13.22 8.81 -
YUV 80.36 127.8 212.62 -
System Red Green Blue C M Y K H S L
Decimal 199 20 80 0 0.90 0.60 0.22 339.89 0.82 0.43
Hex C7 14 50 0 5A 3C 16 154 52 2B
Octal 307 24 120 0 132 74 26 524 122 53
Binary 11000111 10100 1010000 0 1011010 111100 10110 101010100 1010010 101011

Color Harmonies of #C71450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71450

Black with #C71450

Text Example


Text Example

White with #C71450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71450; }

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

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

background-color css

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

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

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

border-color css

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

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

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