Html Css Color HEX #C71C31 Cardinal

📋 copy color: '#C71C31'

red 199 ◦ green 28 ◦ blue 49

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

Shades of Cardinal #C71C31

Tints of Cardinal #C71C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.14%

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

R = 72.1%
G = 10.14%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C71C31 (or 0xC71C31) is known color: Cardinal. HEX triplet: C7, 1C and 31. RGB value is (199,28,49). Sum of RGB (Red+Green+Blue) = 199+28+49=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71C31 is #38E3CE. Grayscale: #515151. Windows color (decimal): -3728335 or 3218631. OLE color: 3218631.

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

Color convert

RGB 199 28 49 -
CMYK 0 0.86 0.75 0.22
HSL 352.63º 0.75% 0.45% -
HSV(B) 352.63º 0.86% 0.78% -
XYZ 24.52 13.19 4.16 -
YUV 81.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 199 28 49 0 0.86 0.75 0.22 352.63 0.75 0.45
Hex C7 1C 31 0 56 4B 16 161 4B 2D
Octal 307 34 61 0 126 113 26 541 113 55
Binary 11000111 11100 110001 0 1010110 1001011 10110 101100001 1001011 101101

Color Harmonies of #C71C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71C31

Black with #C71C31

Text Example


Text Example

White with #C71C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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