Html Css Color HEX #C71B4A Cardinal

📋 copy color: '#C71B4A'

red 199 ◦ green 27 ◦ blue 74

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

Shades of Cardinal #C71B4A

Tints of Cardinal #C71B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9%

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 66.33%
G = 9%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C71B4A (or 0xC71B4A) is known color: Cardinal. HEX triplet: C7, 1B and 4A. RGB value is (199,27,74). Sum of RGB (Red+Green+Blue) = 199+27+74=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71B4A is #38E4B5. Grayscale: #535353. Windows color (decimal): -3728566 or 4856775. OLE color: 4856775.

HSL color Cylindrical-coordinate representation of color #C71B4A: hue angle of 343.6º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71B4A is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 27 74 -
CMYK 0 0.86 0.63 0.22
HSL 343.6º 0.76% 0.44% -
HSV(B) 343.6º 0.86% 0.78% -
XYZ 25.18 13.42 7.74 -
YUV 83.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 199 27 74 0 0.86 0.63 0.22 343.6 0.76 0.44
Hex C7 1B 4A 0 56 3F 16 158 4C 2C
Octal 307 33 112 0 126 77 26 530 114 54
Binary 11000111 11011 1001010 0 1010110 111111 10110 101011000 1001100 101100

Color Harmonies of #C71B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71B4A

Black with #C71B4A

Text Example


Text Example

White with #C71B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71B4A; }

 p { color: rgb(199,27,74); }

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

background-color css

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

 a { background-color: rgb(199,27,74); }

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

border-color css

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

 span { border-color: rgb(199,27,74); }

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