Html Css Color HEX #C71F3A Cardinal

📋 copy color: '#C71F3A'

red 199 ◦ green 31 ◦ blue 58

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

Shades of Cardinal #C71F3A

Tints of Cardinal #C71F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.14%

R = 69.1%
G = 10.76%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C71F3A (or 0xC71F3A) is known color: Cardinal. HEX triplet: C7, 1F and 3A. RGB value is (199,31,58). Sum of RGB (Red+Green+Blue) = 199+31+58=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F3A is #38E0C5. Grayscale: #545454. Windows color (decimal): -3727558 or 3809223. OLE color: 3809223.

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

Color convert

RGB 199 31 58 -
CMYK 0 0.84 0.71 0.22
HSL 350.36º 0.73% 0.45% -
HSV(B) 350.36º 0.84% 0.78% -
XYZ 24.81 13.43 5.29 -
YUV 84.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 199 31 58 0 0.84 0.71 0.22 350.36 0.73 0.45
Hex C7 1F 3A 0 54 47 16 15E 49 2D
Octal 307 37 72 0 124 107 26 536 111 55
Binary 11000111 11111 111010 0 1010100 1000111 10110 101011110 1001001 101101

Color Harmonies of #C71F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F3A

Black with #C71F3A

Text Example


Text Example

White with #C71F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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