Html Css Color HEX #C7144F Cardinal

📋 copy color: '#C7144F'

red 199 ◦ green 20 ◦ blue 79

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

Shades of Cardinal #C7144F

Tints of Cardinal #C7144F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.51%

R = 66.78%
G = 6.71%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7144F (or 0xC7144F) is known color: Cardinal. HEX triplet: C7, 14 and 4F. RGB value is (199,20,79). Sum of RGB (Red+Green+Blue) = 199+20+79=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7144F is #38EBB0. Grayscale: #505050. Windows color (decimal): -3730353 or 5182663. OLE color: 5182663.

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

Color convert

RGB 199 20 79 -
CMYK 0 0.90 0.60 0.22
HSL 340.22º 0.82% 0.43% -
HSV(B) 340.22º 0.9% 0.78% -
XYZ 25.21 13.21 8.62 -
YUV 80.25 127.3 212.7 -
System Red Green Blue C M Y K H S L
Decimal 199 20 79 0 0.90 0.60 0.22 340.22 0.82 0.43
Hex C7 14 4F 0 5A 3C 16 154 52 2B
Octal 307 24 117 0 132 74 26 524 122 53
Binary 11000111 10100 1001111 0 1011010 111100 10110 101010100 1010010 101011

Color Harmonies of #C7144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7144F

Black with #C7144F

Text Example


Text Example

White with #C7144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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