Html Css Color HEX #C7144C Cardinal

📋 copy color: '#C7144C'

red 199 ◦ green 20 ◦ blue 76

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

Shades of Cardinal #C7144C

Tints of Cardinal #C7144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.76%

R = 67.46%
G = 6.78%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7144C (or 0xC7144C) is known color: Cardinal. HEX triplet: C7, 14 and 4C. RGB value is (199,20,76). Sum of RGB (Red+Green+Blue) = 199+20+76=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7144C is #38EBB3. Grayscale: #4F4F4F. Windows color (decimal): -3730356 or 4986055. OLE color: 4986055.

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

Color convert

RGB 199 20 76 -
CMYK 0 0.90 0.62 0.22
HSL 341.23º 0.82% 0.43% -
HSV(B) 341.23º 0.9% 0.78% -
XYZ 25.11 13.16 8.06 -
YUV 79.91 125.8 212.95 -
System Red Green Blue C M Y K H S L
Decimal 199 20 76 0 0.90 0.62 0.22 341.23 0.82 0.43
Hex C7 14 4C 0 5A 3E 16 155 52 2B
Octal 307 24 114 0 132 76 26 525 122 53
Binary 11000111 10100 1001100 0 1011010 111110 10110 101010101 1010010 101011

Color Harmonies of #C7144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7144C

Black with #C7144C

Text Example


Text Example

White with #C7144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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