Html Css Color HEX #C71343 Cardinal

📋 copy color: '#C71343'

red 199 ◦ green 19 ◦ blue 67

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

Shades of Cardinal #C71343

Tints of Cardinal #C71343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

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

R = 69.82%
G = 6.67%
B = 23.51%

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

#C71343 (or 0xC71343) is known color: Cardinal. HEX triplet: C7, 13 and 43. RGB value is (199,19,67). Sum of RGB (Red+Green+Blue) = 199+19+67=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C71343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71343 is #38ECBC. Grayscale: #4E4E4E. Windows color (decimal): -3730621 or 4395975. OLE color: 4395975.

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

Color convert

RGB 199 19 67 -
CMYK 0 0.90 0.66 0.22
HSL 344º 0.83% 0.43% -
HSV(B) 344º 0.9% 0.78% -
XYZ 24.8 13.01 6.51 -
YUV 78.29 121.63 214.1 -
System Red Green Blue C M Y K H S L
Decimal 199 19 67 0 0.90 0.66 0.22 344 0.83 0.43
Hex C7 13 43 0 5A 42 16 158 53 2B
Octal 307 23 103 0 132 102 26 530 123 53
Binary 11000111 10011 1000011 0 1011010 1000010 10110 101011000 1010011 101011

Color Harmonies of #C71343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71343

Black with #C71343

Text Example


Text Example

White with #C71343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71343; }

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

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

background-color css

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

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

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

border-color css

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

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

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