Html Css Color HEX #C70B45 Cardinal

📋 copy color: '#C70B45'

red 199 ◦ green 11 ◦ blue 69

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

Shades of Cardinal #C70B45

Tints of Cardinal #C70B45

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.94%

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 71.33%
G = 3.94%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C70B45 (or 0xC70B45) is known color: Cardinal. HEX triplet: C7, 0B and 45. RGB value is (199,11,69). Sum of RGB (Red+Green+Blue) = 199+11+69=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70B45 is #38F4BA. Grayscale: #494949. Windows color (decimal): -3732667 or 4524999. OLE color: 4524999.

HSL color Cylindrical-coordinate representation of color #C70B45: hue angle of 341.49º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70B45 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 11 69 -
CMYK 0 0.94 0.65 0.22
HSL 341.49º 0.9% 0.41% -
HSV(B) 341.49º 0.94% 0.78% -
XYZ 24.75 12.81 6.8 -
YUV 73.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 199 11 69 0 0.94 0.65 0.22 341.49 0.9 0.41
Hex C7 B 45 0 5E 41 16 155 5A 29
Octal 307 13 105 0 136 101 26 525 132 51
Binary 11000111 1011 1000101 0 1011110 1000001 10110 101010101 1011010 101001

Color Harmonies of #C70B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70B45

Black with #C70B45

Text Example


Text Example

White with #C70B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70B45; }

 p { color: rgb(199,11,69); }

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

background-color css

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

 a { background-color: rgb(199,11,69); }

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

border-color css

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

 span { border-color: rgb(199,11,69); }

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