Html Css Color HEX #C70832 Cardinal

📋 copy color: '#C70832'

red 199 ◦ green 8 ◦ blue 50

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

Shades of Cardinal #C70832

Tints of Cardinal #C70832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 77.43%
G = 3.11%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C70832 (or 0xC70832) is known color: Cardinal. HEX triplet: C7, 08 and 32. RGB value is (199,8,50). Sum of RGB (Red+Green+Blue) = 199+8+50=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C70832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70832 is #38F7CD. Grayscale: #454545. Windows color (decimal): -3733454 or 3279047. OLE color: 3279047.

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

Color convert

RGB 199 8 50 -
CMYK 0 0.96 0.75 0.22
HSL 346.81º 0.92% 0.41% -
HSV(B) 346.81º 0.96% 0.78% -
XYZ 24.22 12.55 4.16 -
YUV 69.9 116.78 220.08 -
System Red Green Blue C M Y K H S L
Decimal 199 8 50 0 0.96 0.75 0.22 346.81 0.92 0.41
Hex C7 8 32 0 60 4B 16 15B 5C 29
Octal 307 10 62 0 140 113 26 533 134 51
Binary 11000111 1000 110010 0 1100000 1001011 10110 101011011 1011100 101001

Color Harmonies of #C70832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70832

Black with #C70832

Text Example


Text Example

White with #C70832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70832; }

 p { color: rgb(199,8,50); }

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

background-color css

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

 a { background-color: rgb(199,8,50); }

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

border-color css

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

 span { border-color: rgb(199,8,50); }

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