Html Css Color HEX #C7143E Cardinal

📋 copy color: '#C7143E'

red 199 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #C7143E

Tints of Cardinal #C7143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.06%

R = 70.82%
G = 7.12%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7143E (or 0xC7143E) is known color: Cardinal. HEX triplet: C7, 14 and 3E. RGB value is (199,20,62). Sum of RGB (Red+Green+Blue) = 199+20+62=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7143E is #38EBC1. Grayscale: #4E4E4E. Windows color (decimal): -3730370 or 4068551. OLE color: 4068551.

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

Color convert

RGB 199 20 62 -
CMYK 0 0.90 0.69 0.22
HSL 345.92º 0.82% 0.43% -
HSV(B) 345.92º 0.9% 0.78% -
XYZ 24.67 12.99 5.76 -
YUV 78.31 118.8 214.08 -
System Red Green Blue C M Y K H S L
Decimal 199 20 62 0 0.90 0.69 0.22 345.92 0.82 0.43
Hex C7 14 3E 0 5A 45 16 15A 52 2B
Octal 307 24 76 0 132 105 26 532 122 53
Binary 11000111 10100 111110 0 1011010 1000101 10110 101011010 1010010 101011

Color Harmonies of #C7143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7143E

Black with #C7143E

Text Example


Text Example

White with #C7143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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