Html Css Color HEX #C7174D Cardinal

📋 copy color: '#C7174D'

red 199 ◦ green 23 ◦ blue 77

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

Shades of Cardinal #C7174D

Tints of Cardinal #C7174D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 66.56%
G = 7.69%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7174D (or 0xC7174D) is known color: Cardinal. HEX triplet: C7, 17 and 4D. RGB value is (199,23,77). Sum of RGB (Red+Green+Blue) = 199+23+77=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C7174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7174D is #38E8B2. Grayscale: #515151. Windows color (decimal): -3729587 or 5052359. OLE color: 5052359.

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

Color convert

RGB 199 23 77 -
CMYK 0 0.88 0.61 0.22
HSL 341.59º 0.79% 0.44% -
HSV(B) 341.59º 0.88% 0.78% -
XYZ 25.2 13.29 8.26 -
YUV 81.78 125.31 211.61 -
System Red Green Blue C M Y K H S L
Decimal 199 23 77 0 0.88 0.61 0.22 341.59 0.79 0.44
Hex C7 17 4D 0 58 3D 16 156 4F 2C
Octal 307 27 115 0 130 75 26 526 117 54
Binary 11000111 10111 1001101 0 1011000 111101 10110 101010110 1001111 101100

Color Harmonies of #C7174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7174D

Black with #C7174D

Text Example


Text Example

White with #C7174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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