Html Css Color HEX #C71443 Cardinal

📋 copy color: '#C71443'

red 199 ◦ green 20 ◦ blue 67

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

Shades of Cardinal #C71443

Tints of Cardinal #C71443

RGB

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

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

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

R = 69.58%
G = 6.99%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C71443 (or 0xC71443) is known color: Cardinal. HEX triplet: C7, 14 and 43. RGB value is (199,20,67). Sum of RGB (Red+Green+Blue) = 199+20+67=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C71443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71443 is #38EBBC. Grayscale: #4E4E4E. Windows color (decimal): -3730365 or 4396231. OLE color: 4396231.

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

Color convert

RGB 199 20 67 -
CMYK 0 0.90 0.66 0.22
HSL 344.25º 0.82% 0.43% -
HSV(B) 344.25º 0.9% 0.78% -
XYZ 24.82 13.05 6.52 -
YUV 78.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 199 20 67 0 0.90 0.66 0.22 344.25 0.82 0.43
Hex C7 14 43 0 5A 42 16 158 52 2B
Octal 307 24 103 0 132 102 26 530 122 53
Binary 11000111 10100 1000011 0 1011010 1000010 10110 101011000 1010010 101011

Color Harmonies of #C71443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71443

Black with #C71443

Text Example


Text Example

White with #C71443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71443; }

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

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

background-color css

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

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

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

border-color css

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

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

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