Html Css Color HEX #C71749 Cardinal

📋 copy color: '#C71749'

red 199 ◦ green 23 ◦ blue 73

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

Shades of Cardinal #C71749

Tints of Cardinal #C71749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.8%

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

R = 67.46%
G = 7.8%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C71749 (or 0xC71749) is known color: Cardinal. HEX triplet: C7, 17 and 49. RGB value is (199,23,73). Sum of RGB (Red+Green+Blue) = 199+23+73=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C71749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71749 is #38E8B6. Grayscale: #515151. Windows color (decimal): -3729591 or 4790215. OLE color: 4790215.

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

Color convert

RGB 199 23 73 -
CMYK 0 0.88 0.63 0.22
HSL 342.95º 0.79% 0.44% -
HSV(B) 342.95º 0.88% 0.78% -
XYZ 25.06 13.24 7.54 -
YUV 81.32 123.31 211.93 -
System Red Green Blue C M Y K H S L
Decimal 199 23 73 0 0.88 0.63 0.22 342.95 0.79 0.44
Hex C7 17 49 0 58 3F 16 157 4F 2C
Octal 307 27 111 0 130 77 26 527 117 54
Binary 11000111 10111 1001001 0 1011000 111111 10110 101010111 1001111 101100

Color Harmonies of #C71749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71749

Black with #C71749

Text Example


Text Example

White with #C71749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71749; }

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

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

background-color css

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

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

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

border-color css

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

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

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