Html Css Color HEX #C71143 Cardinal

📋 copy color: '#C71143'

red 199 ◦ green 17 ◦ blue 67

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

Shades of Cardinal #C71143

Tints of Cardinal #C71143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.01%

 BLUE value IS 67 (26.56% from 255) = 23.67%

R = 70.32%
G = 6.01%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C71143 (or 0xC71143) is known color: Cardinal. HEX triplet: C7, 11 and 43. RGB value is (199,17,67). Sum of RGB (Red+Green+Blue) = 199+17+67=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C71143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71143 is #38EEBC. Grayscale: #4D4D4D. Windows color (decimal): -3731133 or 4395463. OLE color: 4395463.

HSL color Cylindrical-coordinate representation of color #C71143: hue angle of 343.52º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71143 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 67 -
CMYK 0 0.91 0.66 0.22
HSL 343.52º 0.84% 0.42% -
HSV(B) 343.52º 0.91% 0.78% -
XYZ 24.77 12.95 6.5 -
YUV 77.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 199 17 67 0 0.91 0.66 0.22 343.52 0.84 0.42
Hex C7 11 43 0 5B 42 16 158 54 2A
Octal 307 21 103 0 133 102 26 530 124 52
Binary 11000111 10001 1000011 0 1011011 1000010 10110 101011000 1010100 101010

Color Harmonies of #C71143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71143

Black with #C71143

Text Example


Text Example

White with #C71143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71143; }

 p { color: rgb(199,17,67); }

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

background-color css

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

 a { background-color: rgb(199,17,67); }

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

border-color css

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

 span { border-color: rgb(199,17,67); }

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