Html Css Color HEX #C71648 Cardinal

📋 copy color: '#C71648'

red 199 ◦ green 22 ◦ blue 72

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

Shades of Cardinal #C71648

Tints of Cardinal #C71648

RGB

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

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

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

R = 67.92%
G = 7.51%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C71648 (or 0xC71648) is known color: Cardinal. HEX triplet: C7, 16 and 48. RGB value is (199,22,72). Sum of RGB (Red+Green+Blue) = 199+22+72=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C71648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71648 is #38E9B7. Grayscale: #505050. Windows color (decimal): -3729848 or 4724423. OLE color: 4724423.

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

Color convert

RGB 199 22 72 -
CMYK 0 0.89 0.64 0.22
HSL 343.05º 0.8% 0.43% -
HSV(B) 343.05º 0.89% 0.78% -
XYZ 25.01 13.18 7.36 -
YUV 80.62 123.14 212.43 -
System Red Green Blue C M Y K H S L
Decimal 199 22 72 0 0.89 0.64 0.22 343.05 0.8 0.43
Hex C7 16 48 0 59 40 16 157 50 2B
Octal 307 26 110 0 131 100 26 527 120 53
Binary 11000111 10110 1001000 0 1011001 1000000 10110 101010111 1010000 101011

Color Harmonies of #C71648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71648

Black with #C71648

Text Example


Text Example

White with #C71648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71648; }

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

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

background-color css

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

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

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

border-color css

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

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

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