Html Css Color HEX #C71748 Cardinal

📋 copy color: '#C71748'

red 199 ◦ green 23 ◦ blue 72

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

Shades of Cardinal #C71748

Tints of Cardinal #C71748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.49%

R = 67.69%
G = 7.82%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C71748 (or 0xC71748) is known color: Cardinal. HEX triplet: C7, 17 and 48. RGB value is (199,23,72). Sum of RGB (Red+Green+Blue) = 199+23+72=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C71748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71748 is #38E8B7. Grayscale: #515151. Windows color (decimal): -3729592 or 4724679. OLE color: 4724679.

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

Color convert

RGB 199 23 72 -
CMYK 0 0.88 0.64 0.22
HSL 343.3º 0.79% 0.44% -
HSV(B) 343.3º 0.88% 0.78% -
XYZ 25.03 13.22 7.36 -
YUV 81.21 122.81 212.02 -
System Red Green Blue C M Y K H S L
Decimal 199 23 72 0 0.88 0.64 0.22 343.3 0.79 0.44
Hex C7 17 48 0 58 40 16 157 4F 2C
Octal 307 27 110 0 130 100 26 527 117 54
Binary 11000111 10111 1001000 0 1011000 1000000 10110 101010111 1001111 101100

Color Harmonies of #C71748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71748

Black with #C71748

Text Example


Text Example

White with #C71748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71748; }

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

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

background-color css

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

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

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

border-color css

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

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

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