Html Css Color HEX #C70831 Cardinal

📋 copy color: '#C70831'

red 199 ◦ green 8 ◦ blue 49

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

Shades of Cardinal #C70831

Tints of Cardinal #C70831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.14%

R = 77.73%
G = 3.13%
B = 19.14%

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

#C70831 (or 0xC70831) is known color: Cardinal. HEX triplet: C7, 08 and 31. RGB value is (199,8,49). Sum of RGB (Red+Green+Blue) = 199+8+49=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C70831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70831 is #38F7CE. Grayscale: #454545. Windows color (decimal): -3733455 or 3213511. OLE color: 3213511.

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

Color convert

RGB 199 8 49 -
CMYK 0 0.96 0.75 0.22
HSL 347.12º 0.92% 0.41% -
HSV(B) 347.12º 0.96% 0.78% -
XYZ 24.19 12.54 4.05 -
YUV 69.78 116.28 220.17 -
System Red Green Blue C M Y K H S L
Decimal 199 8 49 0 0.96 0.75 0.22 347.12 0.92 0.41
Hex C7 8 31 0 60 4B 16 15B 5C 29
Octal 307 10 61 0 140 113 26 533 134 51
Binary 11000111 1000 110001 0 1100000 1001011 10110 101011011 1011100 101001

Color Harmonies of #C70831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70831

Black with #C70831

Text Example


Text Example

White with #C70831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70831; }

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

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

background-color css

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

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

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

border-color css

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

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

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