Html Css Color HEX #C71043 Cardinal

📋 copy color: '#C71043'

red 199 ◦ green 16 ◦ blue 67

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

Shades of Cardinal #C71043

Tints of Cardinal #C71043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.67%

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

R = 70.57%
G = 5.67%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C71043 (or 0xC71043) is known color: Cardinal. HEX triplet: C7, 10 and 43. RGB value is (199,16,67). Sum of RGB (Red+Green+Blue) = 199+16+67=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C71043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71043 is #38EFBC. Grayscale: #4C4C4C. Windows color (decimal): -3731389 or 4395207. OLE color: 4395207.

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

Color convert

RGB 199 16 67 -
CMYK 0 0.92 0.66 0.22
HSL 343.28º 0.85% 0.42% -
HSV(B) 343.28º 0.92% 0.78% -
XYZ 24.75 12.92 6.5 -
YUV 76.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 199 16 67 0 0.92 0.66 0.22 343.28 0.85 0.42
Hex C7 10 43 0 5C 42 16 157 55 2A
Octal 307 20 103 0 134 102 26 527 125 52
Binary 11000111 10000 1000011 0 1011100 1000010 10110 101010111 1010101 101010

Color Harmonies of #C71043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71043

Black with #C71043

Text Example


Text Example

White with #C71043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71043; }

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

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

background-color css

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

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

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

border-color css

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

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

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