Html Css Color HEX #C71F31 Cardinal

📋 copy color: '#C71F31'

red 199 ◦ green 31 ◦ blue 49

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

Shades of Cardinal #C71F31

Tints of Cardinal #C71F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.11%

 BLUE value IS 49 (19.53% from 255) = 17.56%

R = 71.33%
G = 11.11%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C71F31 (or 0xC71F31) is known color: Cardinal. HEX triplet: C7, 1F and 31. RGB value is (199,31,49). Sum of RGB (Red+Green+Blue) = 199+31+49=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F31 is #38E0CE. Grayscale: #535353. Windows color (decimal): -3727567 or 3219399. OLE color: 3219399.

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

Color convert

RGB 199 31 49 -
CMYK 0 0.84 0.75 0.22
HSL 353.57º 0.73% 0.45% -
HSV(B) 353.57º 0.84% 0.78% -
XYZ 24.6 13.34 4.18 -
YUV 83.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 199 31 49 0 0.84 0.75 0.22 353.57 0.73 0.45
Hex C7 1F 31 0 54 4B 16 162 49 2D
Octal 307 37 61 0 124 113 26 542 111 55
Binary 11000111 11111 110001 0 1010100 1001011 10110 101100010 1001001 101101

Color Harmonies of #C71F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F31

Black with #C71F31

Text Example


Text Example

White with #C71F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F31; }

 p { color: rgb(199,31,49); }

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

background-color css

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

 a { background-color: rgb(199,31,49); }

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

border-color css

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

 span { border-color: rgb(199,31,49); }

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