Html Css Color HEX #C71049 Cardinal

📋 copy color: '#C71049'

red 199 ◦ green 16 ◦ blue 73

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

Shades of Cardinal #C71049

Tints of Cardinal #C71049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

 BLUE value IS 73 (28.91% from 255) = 25.35%

R = 69.1%
G = 5.56%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C71049 (or 0xC71049) is known color: Cardinal. HEX triplet: C7, 10 and 49. RGB value is (199,16,73). Sum of RGB (Red+Green+Blue) = 199+16+73=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C71049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71049 is #38EFB6. Grayscale: #4D4D4D. Windows color (decimal): -3731383 or 4788423. OLE color: 4788423.

HSL color Cylindrical-coordinate representation of color #C71049: hue angle of 341.31º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71049 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 73 -
CMYK 0 0.92 0.63 0.22
HSL 341.31º 0.85% 0.42% -
HSV(B) 341.31º 0.92% 0.78% -
XYZ 24.94 12.99 7.5 -
YUV 77.22 125.63 214.87 -
System Red Green Blue C M Y K H S L
Decimal 199 16 73 0 0.92 0.63 0.22 341.31 0.85 0.42
Hex C7 10 49 0 5C 3F 16 155 55 2A
Octal 307 20 111 0 134 77 26 525 125 52
Binary 11000111 10000 1001001 0 1011100 111111 10110 101010101 1010101 101010

Color Harmonies of #C71049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71049

Black with #C71049

Text Example


Text Example

White with #C71049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71049; }

 p { color: rgb(199,16,73); }

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

background-color css

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

 a { background-color: rgb(199,16,73); }

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

border-color css

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

 span { border-color: rgb(199,16,73); }

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