Html Css Color HEX #C71442 Cardinal

📋 copy color: '#C71442'

red 199 ◦ green 20 ◦ blue 66

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

Shades of Cardinal #C71442

Tints of Cardinal #C71442

RGB

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

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

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

R = 69.82%
G = 7.02%
B = 23.16%

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

#C71442 (or 0xC71442) is known color: Cardinal. HEX triplet: C7, 14 and 42. RGB value is (199,20,66). Sum of RGB (Red+Green+Blue) = 199+20+66=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C71442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71442 is #38EBBD. Grayscale: #4E4E4E. Windows color (decimal): -3730366 or 4330695. OLE color: 4330695.

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

Color convert

RGB 199 20 66 -
CMYK 0 0.90 0.67 0.22
HSL 344.58º 0.82% 0.43% -
HSV(B) 344.58º 0.9% 0.78% -
XYZ 24.79 13.04 6.36 -
YUV 78.77 120.8 213.76 -
System Red Green Blue C M Y K H S L
Decimal 199 20 66 0 0.90 0.67 0.22 344.58 0.82 0.43
Hex C7 14 42 0 5A 43 16 159 52 2B
Octal 307 24 102 0 132 103 26 531 122 53
Binary 11000111 10100 1000010 0 1011010 1000011 10110 101011001 1010010 101011

Color Harmonies of #C71442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71442

Black with #C71442

Text Example


Text Example

White with #C71442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71442; }

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

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

background-color css

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

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

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

border-color css

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

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

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