Html Css Color HEX #C71F3C Cardinal

📋 copy color: '#C71F3C'

red 199 ◦ green 31 ◦ blue 60

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

Shades of Cardinal #C71F3C

Tints of Cardinal #C71F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 68.62%
G = 10.69%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C71F3C (or 0xC71F3C) is known color: Cardinal. HEX triplet: C7, 1F and 3C. RGB value is (199,31,60). Sum of RGB (Red+Green+Blue) = 199+31+60=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F3C is #38E0C3. Grayscale: #545454. Windows color (decimal): -3727556 or 3940295. OLE color: 3940295.

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

Color convert

RGB 199 31 60 -
CMYK 0 0.84 0.70 0.22
HSL 349.64º 0.73% 0.45% -
HSV(B) 349.64º 0.84% 0.78% -
XYZ 24.86 13.45 5.56 -
YUV 84.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 199 31 60 0 0.84 0.70 0.22 349.64 0.73 0.45
Hex C7 1F 3C 0 54 46 16 15E 49 2D
Octal 307 37 74 0 124 106 26 536 111 55
Binary 11000111 11111 111100 0 1010100 1000110 10110 101011110 1001001 101101

Color Harmonies of #C71F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F3C

Black with #C71F3C

Text Example


Text Example

White with #C71F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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