Html Css Color HEX #C70F4C Cardinal

📋 copy color: '#C70F4C'

red 199 ◦ green 15 ◦ blue 76

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

Shades of Cardinal #C70F4C

Tints of Cardinal #C70F4C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.17%

 BLUE value IS 76 (30.08% from 255) = 26.21%

R = 68.62%
G = 5.17%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C70F4C (or 0xC70F4C) is known color: Cardinal. HEX triplet: C7, 0F and 4C. RGB value is (199,15,76). Sum of RGB (Red+Green+Blue) = 199+15+76=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70F4C is #38F0B3. Grayscale: #4C4C4C. Windows color (decimal): -3731636 or 4984775. OLE color: 4984775.

HSL color Cylindrical-coordinate representation of color #C70F4C: hue angle of 340.11º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C70F4C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 15 76 -
CMYK 0 0.92 0.62 0.22
HSL 340.11º 0.86% 0.42% -
HSV(B) 340.11º 0.92% 0.78% -
XYZ 25.03 13.01 8.03 -
YUV 76.97 127.46 215.04 -
System Red Green Blue C M Y K H S L
Decimal 199 15 76 0 0.92 0.62 0.22 340.11 0.86 0.42
Hex C7 F 4C 0 5C 3E 16 154 56 2A
Octal 307 17 114 0 134 76 26 524 126 52
Binary 11000111 1111 1001100 0 1011100 111110 10110 101010100 1010110 101010

Color Harmonies of #C70F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F4C

Black with #C70F4C

Text Example


Text Example

White with #C70F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F4C; }

 p { color: rgb(199,15,76); }

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

background-color css

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

 a { background-color: rgb(199,15,76); }

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

border-color css

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

 span { border-color: rgb(199,15,76); }

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