Html Css Color HEX #C71241 Cardinal

📋 copy color: '#C71241'

red 199 ◦ green 18 ◦ blue 65

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

Shades of Cardinal #C71241

Tints of Cardinal #C71241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

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

R = 70.57%
G = 6.38%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C71241 (or 0xC71241) is known color: Cardinal. HEX triplet: C7, 12 and 41. RGB value is (199,18,65). Sum of RGB (Red+Green+Blue) = 199+18+65=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C71241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71241 is #38EDBE. Grayscale: #4D4D4D. Windows color (decimal): -3730879 or 4264647. OLE color: 4264647.

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

Color convert

RGB 199 18 65 -
CMYK 0 0.91 0.67 0.22
HSL 344.42º 0.83% 0.43% -
HSV(B) 344.42º 0.91% 0.78% -
XYZ 24.72 12.96 6.2 -
YUV 77.48 120.97 214.68 -
System Red Green Blue C M Y K H S L
Decimal 199 18 65 0 0.91 0.67 0.22 344.42 0.83 0.43
Hex C7 12 41 0 5B 43 16 158 53 2B
Octal 307 22 101 0 133 103 26 530 123 53
Binary 11000111 10010 1000001 0 1011011 1000011 10110 101011000 1010011 101011

Color Harmonies of #C71241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71241

Black with #C71241

Text Example


Text Example

White with #C71241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71241; }

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

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

background-color css

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

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

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

border-color css

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

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

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