Html Css Color HEX #C7144D Cardinal

📋 copy color: '#C7144D'

red 199 ◦ green 20 ◦ blue 77

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

Shades of Cardinal #C7144D

Tints of Cardinal #C7144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.76%

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

R = 67.23%
G = 6.76%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C7144D (or 0xC7144D) is known color: Cardinal. HEX triplet: C7, 14 and 4D. RGB value is (199,20,77). Sum of RGB (Red+Green+Blue) = 199+20+77=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7144D is #38EBB2. Grayscale: #4F4F4F. Windows color (decimal): -3730355 or 5051591. OLE color: 5051591.

HSL color Cylindrical-coordinate representation of color #C7144D: hue angle of 340.89º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7144D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 77 -
CMYK 0 0.90 0.61 0.22
HSL 340.89º 0.82% 0.43% -
HSV(B) 340.89º 0.9% 0.78% -
XYZ 25.14 13.18 8.24 -
YUV 80.02 126.3 212.87 -
System Red Green Blue C M Y K H S L
Decimal 199 20 77 0 0.90 0.61 0.22 340.89 0.82 0.43
Hex C7 14 4D 0 5A 3D 16 155 52 2B
Octal 307 24 115 0 132 75 26 525 122 53
Binary 11000111 10100 1001101 0 1011010 111101 10110 101010101 1010010 101011

Color Harmonies of #C7144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7144D

Black with #C7144D

Text Example


Text Example

White with #C7144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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