Html Css Color HEX #C71542 Cardinal

📋 copy color: '#C71542'

red 199 ◦ green 21 ◦ blue 66

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

Shades of Cardinal #C71542

Tints of Cardinal #C71542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

 BLUE value IS 66 (26.17% from 255) = 23.08%

R = 69.58%
G = 7.34%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C71542 (or 0xC71542) is known color: Cardinal. HEX triplet: C7, 15 and 42. RGB value is (199,21,66). Sum of RGB (Red+Green+Blue) = 199+21+66=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C71542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71542 is #38EABD. Grayscale: #4F4F4F. Windows color (decimal): -3730110 or 4330951. OLE color: 4330951.

HSL color Cylindrical-coordinate representation of color #C71542: hue angle of 344.83º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71542 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 21 66 -
CMYK 0 0.89 0.67 0.22
HSL 344.83º 0.81% 0.43% -
HSV(B) 344.83º 0.89% 0.78% -
XYZ 24.8 13.07 6.37 -
YUV 79.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 199 21 66 0 0.89 0.67 0.22 344.83 0.81 0.43
Hex C7 15 42 0 59 43 16 159 51 2B
Octal 307 25 102 0 131 103 26 531 121 53
Binary 11000111 10101 1000010 0 1011001 1000011 10110 101011001 1010001 101011

Color Harmonies of #C71542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71542

Black with #C71542

Text Example


Text Example

White with #C71542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71542; }

 p { color: rgb(199,21,66); }

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

background-color css

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

 a { background-color: rgb(199,21,66); }

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

border-color css

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

 span { border-color: rgb(199,21,66); }

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