Html Css Color HEX #C70F4B Cardinal

📋 copy color: '#C70F4B'

red 199 ◦ green 15 ◦ blue 75

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

Shades of Cardinal #C70F4B

Tints of Cardinal #C70F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 68.86%
G = 5.19%
B = 25.95%

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

#C70F4B (or 0xC70F4B) is known color: Cardinal. HEX triplet: C7, 0F and 4B. RGB value is (199,15,75). Sum of RGB (Red+Green+Blue) = 199+15+75=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70F4B is #38F0B4. Grayscale: #4C4C4C. Windows color (decimal): -3731637 or 4919239. OLE color: 4919239.

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

Color convert

RGB 199 15 75 -
CMYK 0 0.92 0.62 0.22
HSL 340.43º 0.86% 0.42% -
HSV(B) 340.43º 0.92% 0.78% -
XYZ 24.99 12.99 7.85 -
YUV 76.86 126.96 215.12 -
System Red Green Blue C M Y K H S L
Decimal 199 15 75 0 0.92 0.62 0.22 340.43 0.86 0.42
Hex C7 F 4B 0 5C 3E 16 154 56 2A
Octal 307 17 113 0 134 76 26 524 126 52
Binary 11000111 1111 1001011 0 1011100 111110 10110 101010100 1010110 101010

Color Harmonies of #C70F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F4B

Black with #C70F4B

Text Example


Text Example

White with #C70F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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