Html Css Color HEX #C70841 Cardinal

📋 copy color: '#C70841'

red 199 ◦ green 8 ◦ blue 65

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

Shades of Cardinal #C70841

Tints of Cardinal #C70841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 73.16%
G = 2.94%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C70841 (or 0xC70841) is known color: Cardinal. HEX triplet: C7, 08 and 41. RGB value is (199,8,65). Sum of RGB (Red+Green+Blue) = 199+8+65=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C70841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70841 is #38F7BE. Grayscale: #474747. Windows color (decimal): -3733439 or 4262087. OLE color: 4262087.

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

Color convert

RGB 199 8 65 -
CMYK 0 0.96 0.67 0.22
HSL 342.09º 0.92% 0.41% -
HSV(B) 342.09º 0.96% 0.78% -
XYZ 24.59 12.7 6.16 -
YUV 71.61 124.28 218.87 -
System Red Green Blue C M Y K H S L
Decimal 199 8 65 0 0.96 0.67 0.22 342.09 0.92 0.41
Hex C7 8 41 0 60 43 16 156 5C 29
Octal 307 10 101 0 140 103 26 526 134 51
Binary 11000111 1000 1000001 0 1100000 1000011 10110 101010110 1011100 101001

Color Harmonies of #C70841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70841

Black with #C70841

Text Example


Text Example

White with #C70841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70841; }

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

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

background-color css

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

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

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

border-color css

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

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

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