Html Css Color HEX #C70843 Cardinal

📋 copy color: '#C70843'

red 199 ◦ green 8 ◦ blue 67

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

Shades of Cardinal #C70843

Tints of Cardinal #C70843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.45%

R = 72.63%
G = 2.92%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C70843 (or 0xC70843) is known color: Cardinal. HEX triplet: C7, 08 and 43. RGB value is (199,8,67). Sum of RGB (Red+Green+Blue) = 199+8+67=274 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.63% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 199 - color contains mainly: red. Hex color #C70843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70843 is #38F7BC. Grayscale: #474747. Windows color (decimal): -3733437 or 4393159. OLE color: 4393159.

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

Color convert

RGB 199 8 67 -
CMYK 0 0.96 0.66 0.22
HSL 341.47º 0.92% 0.41% -
HSV(B) 341.47º 0.96% 0.78% -
XYZ 24.65 12.72 6.47 -
YUV 71.84 125.28 218.7 -
System Red Green Blue C M Y K H S L
Decimal 199 8 67 0 0.96 0.66 0.22 341.47 0.92 0.41
Hex C7 8 43 0 60 42 16 155 5C 29
Octal 307 10 103 0 140 102 26 525 134 51
Binary 11000111 1000 1000011 0 1100000 1000010 10110 101010101 1011100 101001

Color Harmonies of #C70843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70843

Black with #C70843

Text Example


Text Example

White with #C70843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70843; }

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

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

background-color css

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

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

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

border-color css

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

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

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