Html Css Color HEX #C70537 Cardinal

📋 copy color: '#C70537'

red 199 ◦ green 5 ◦ blue 55

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

Shades of Cardinal #C70537

Tints of Cardinal #C70537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 55 (21.88% from 255) = 21.24%

R = 76.83%
G = 1.93%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C70537 (or 0xC70537) is known color: Cardinal. HEX triplet: C7, 05 and 37. RGB value is (199,5,55). Sum of RGB (Red+Green+Blue) = 199+5+55=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C70537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70537 is #38FAC8. Grayscale: #444444. Windows color (decimal): -3734217 or 3605959. OLE color: 3605959.

HSL color Cylindrical-coordinate representation of color #C70537: hue angle of 344.54º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70537 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 5 55 -
CMYK 0 0.97 0.72 0.22
HSL 344.54º 0.95% 0.4% -
HSV(B) 344.54º 0.97% 0.78% -
XYZ 24.3 12.53 4.75 -
YUV 68.71 120.27 220.93 -
System Red Green Blue C M Y K H S L
Decimal 199 5 55 0 0.97 0.72 0.22 344.54 0.95 0.4
Hex C7 5 37 0 61 48 16 159 5F 28
Octal 307 5 67 0 141 110 26 531 137 50
Binary 11000111 101 110111 0 1100001 1001000 10110 101011001 1011111 101000

Color Harmonies of #C70537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70537

Black with #C70537

Text Example


Text Example

White with #C70537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70537; }

 p { color: rgb(199,5,55); }

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

background-color css

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

 a { background-color: rgb(199,5,55); }

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

border-color css

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

 span { border-color: rgb(199,5,55); }

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