Html Css Color HEX #C7163C Cardinal

📋 copy color: '#C7163C'

red 199 ◦ green 22 ◦ blue 60

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

Shades of Cardinal #C7163C

Tints of Cardinal #C7163C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 70.82%
G = 7.83%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7163C (or 0xC7163C) is known color: Cardinal. HEX triplet: C7, 16 and 3C. RGB value is (199,22,60). Sum of RGB (Red+Green+Blue) = 199+22+60=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7163C is #38E9C3. Grayscale: #4F4F4F. Windows color (decimal): -3729860 or 3937991. OLE color: 3937991.

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

Color convert

RGB 199 22 60 -
CMYK 0 0.89 0.70 0.22
HSL 347.12º 0.8% 0.43% -
HSV(B) 347.12º 0.89% 0.78% -
XYZ 24.66 13.04 5.49 -
YUV 79.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 199 22 60 0 0.89 0.70 0.22 347.12 0.8 0.43
Hex C7 16 3C 0 59 46 16 15B 50 2B
Octal 307 26 74 0 131 106 26 533 120 53
Binary 11000111 10110 111100 0 1011001 1000110 10110 101011011 1010000 101011

Color Harmonies of #C7163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7163C

Black with #C7163C

Text Example


Text Example

White with #C7163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7163C; }

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

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

background-color css

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

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

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

border-color css

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

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

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