Html Css Color HEX #C71F36 Cardinal

📋 copy color: '#C71F36'

red 199 ◦ green 31 ◦ blue 54

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

Shades of Cardinal #C71F36

Tints of Cardinal #C71F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 70.07%
G = 10.92%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C71F36 (or 0xC71F36) is known color: Cardinal. HEX triplet: C7, 1F and 36. RGB value is (199,31,54). Sum of RGB (Red+Green+Blue) = 199+31+54=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C71F36 is #38E0C9. Grayscale: #535353. Windows color (decimal): -3727562 or 3547079. OLE color: 3547079.

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

Color convert

RGB 199 31 54 -
CMYK 0 0.84 0.73 0.22
HSL 351.79º 0.73% 0.45% -
HSV(B) 351.79º 0.84% 0.78% -
XYZ 24.71 13.39 4.77 -
YUV 83.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 199 31 54 0 0.84 0.73 0.22 351.79 0.73 0.45
Hex C7 1F 36 0 54 49 16 160 49 2D
Octal 307 37 66 0 124 111 26 540 111 55
Binary 11000111 11111 110110 0 1010100 1001001 10110 101100000 1001001 101101

Color Harmonies of #C71F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71F36

Black with #C71F36

Text Example


Text Example

White with #C71F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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