Html Css Color HEX #C71042 Cardinal

📋 copy color: '#C71042'

red 199 ◦ green 16 ◦ blue 66

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

Shades of Cardinal #C71042

Tints of Cardinal #C71042

RGB

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

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

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

R = 70.82%
G = 5.69%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C71042 (or 0xC71042) is known color: Cardinal. HEX triplet: C7, 10 and 42. RGB value is (199,16,66). Sum of RGB (Red+Green+Blue) = 199+16+66=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C71042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71042 is #38EFBD. Grayscale: #4C4C4C. Windows color (decimal): -3731390 or 4329671. OLE color: 4329671.

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

Color convert

RGB 199 16 66 -
CMYK 0 0.92 0.67 0.22
HSL 343.61º 0.85% 0.42% -
HSV(B) 343.61º 0.92% 0.78% -
XYZ 24.72 12.91 6.34 -
YUV 76.42 122.13 215.43 -
System Red Green Blue C M Y K H S L
Decimal 199 16 66 0 0.92 0.67 0.22 343.61 0.85 0.42
Hex C7 10 42 0 5C 43 16 158 55 2A
Octal 307 20 102 0 134 103 26 530 125 52
Binary 11000111 10000 1000010 0 1011100 1000011 10110 101011000 1010101 101010

Color Harmonies of #C71042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71042

Black with #C71042

Text Example


Text Example

White with #C71042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71042; }

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

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

background-color css

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

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

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

border-color css

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

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

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