Html Css Color HEX #C71441 Cardinal

📋 copy color: '#C71441'

red 199 ◦ green 20 ◦ blue 65

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

Shades of Cardinal #C71441

Tints of Cardinal #C71441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.89%

R = 70.07%
G = 7.04%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C71441 (or 0xC71441) is known color: Cardinal. HEX triplet: C7, 14 and 41. RGB value is (199,20,65). Sum of RGB (Red+Green+Blue) = 199+20+65=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C71441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71441 is #38EBBE. Grayscale: #4E4E4E. Windows color (decimal): -3730367 or 4265159. OLE color: 4265159.

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

Color convert

RGB 199 20 65 -
CMYK 0 0.90 0.67 0.22
HSL 344.92º 0.82% 0.43% -
HSV(B) 344.92º 0.9% 0.78% -
XYZ 24.76 13.02 6.21 -
YUV 78.65 120.3 213.84 -
System Red Green Blue C M Y K H S L
Decimal 199 20 65 0 0.90 0.67 0.22 344.92 0.82 0.43
Hex C7 14 41 0 5A 43 16 159 52 2B
Octal 307 24 101 0 132 103 26 531 122 53
Binary 11000111 10100 1000001 0 1011010 1000011 10110 101011001 1010010 101011

Color Harmonies of #C71441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71441

Black with #C71441

Text Example


Text Example

White with #C71441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71441; }

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

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

background-color css

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

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

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

border-color css

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

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

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