Html Css Color HEX #C70E4E Cardinal

📋 copy color: '#C70E4E'

red 199 ◦ green 14 ◦ blue 78

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

Shades of Cardinal #C70E4E

Tints of Cardinal #C70E4E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.81%

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 68.38%
G = 4.81%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C70E4E (or 0xC70E4E) is known color: Cardinal. HEX triplet: C7, 0E and 4E. RGB value is (199,14,78). Sum of RGB (Red+Green+Blue) = 199+14+78=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70E4E is #38F1B1. Grayscale: #4C4C4C. Windows color (decimal): -3731890 or 5115591. OLE color: 5115591.

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

Color convert

RGB 199 14 78 -
CMYK 0 0.93 0.61 0.22
HSL 339.24º 0.87% 0.42% -
HSV(B) 339.24º 0.93% 0.78% -
XYZ 25.09 13.01 8.4 -
YUV 76.61 128.79 215.3 -
System Red Green Blue C M Y K H S L
Decimal 199 14 78 0 0.93 0.61 0.22 339.24 0.87 0.42
Hex C7 E 4E 0 5D 3D 16 153 57 2A
Octal 307 16 116 0 135 75 26 523 127 52
Binary 11000111 1110 1001110 0 1011101 111101 10110 101010011 1010111 101010

Color Harmonies of #C70E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70E4E

Black with #C70E4E

Text Example


Text Example

White with #C70E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70E4E; }

 p { color: rgb(199,14,78); }

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

background-color css

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

 a { background-color: rgb(199,14,78); }

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

border-color css

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

 span { border-color: rgb(199,14,78); }

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