Html Css Color HEX #C70639 Cardinal

📋 copy color: '#C70639'

red 199 ◦ green 6 ◦ blue 57

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

Shades of Cardinal #C70639

Tints of Cardinal #C70639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.29%

 BLUE value IS 57 (22.66% from 255) = 21.76%

R = 75.95%
G = 2.29%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C70639 (or 0xC70639) is known color: Cardinal. HEX triplet: C7, 06 and 39. RGB value is (199,6,57). Sum of RGB (Red+Green+Blue) = 199+6+57=262 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.95% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 199 - color contains mainly: red. Hex color #C70639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70639 is #38F9C6. Grayscale: #454545. Windows color (decimal): -3733959 or 3737287. OLE color: 3737287.

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

Color convert

RGB 199 6 57 -
CMYK 0 0.97 0.71 0.22
HSL 344.15º 0.94% 0.4% -
HSV(B) 344.15º 0.97% 0.78% -
XYZ 24.36 12.57 5.01 -
YUV 69.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 199 6 57 0 0.97 0.71 0.22 344.15 0.94 0.4
Hex C7 6 39 0 61 47 16 158 5E 28
Octal 307 6 71 0 141 107 26 530 136 50
Binary 11000111 110 111001 0 1100001 1000111 10110 101011000 1011110 101000

Color Harmonies of #C70639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70639

Black with #C70639

Text Example


Text Example

White with #C70639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70639; }

 p { color: rgb(199,6,57); }

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

background-color css

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

 a { background-color: rgb(199,6,57); }

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

border-color css

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

 span { border-color: rgb(199,6,57); }

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