Html Css Color HEX #C71E41 Cardinal

📋 copy color: '#C71E41'

red 199 ◦ green 30 ◦ blue 65

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

Shades of Cardinal #C71E41

Tints of Cardinal #C71E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.2%

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

R = 67.69%
G = 10.2%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C71E41 (or 0xC71E41) is known color: Cardinal. HEX triplet: C7, 1E and 41. RGB value is (199,30,65). Sum of RGB (Red+Green+Blue) = 199+30+65=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71E41 is #38E1BE. Grayscale: #545454. Windows color (decimal): -3727807 or 4267719. OLE color: 4267719.

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

Color convert

RGB 199 30 65 -
CMYK 0 0.85 0.67 0.22
HSL 347.57º 0.74% 0.45% -
HSV(B) 347.57º 0.85% 0.78% -
XYZ 24.97 13.45 6.28 -
YUV 84.52 116.99 209.65 -
System Red Green Blue C M Y K H S L
Decimal 199 30 65 0 0.85 0.67 0.22 347.57 0.74 0.45
Hex C7 1E 41 0 55 43 16 15C 4A 2D
Octal 307 36 101 0 125 103 26 534 112 55
Binary 11000111 11110 1000001 0 1010101 1000011 10110 101011100 1001010 101101

Color Harmonies of #C71E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E41

Black with #C71E41

Text Example


Text Example

White with #C71E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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