Html Css Color HEX #C81646 Cardinal

📋 copy color: '#C81646'

red 200 ◦ green 22 ◦ blue 70

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

Shades of Cardinal #C81646

Tints of Cardinal #C81646

RGB

 RED value IS 200 (78.52% from 255) = 68.49%

 GREEN value IS 22 (8.98% from 255) = 7.53%

 BLUE value IS 70 (27.73% from 255) = 23.97%

R = 68.49%
G = 7.53%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C81646 (or 0xC81646) is known color: Cardinal. HEX triplet: C8, 16 and 46. RGB value is (200,22,70). Sum of RGB (Red+Green+Blue) = 200+22+70=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C81646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81646 is #37E9B9. Grayscale: #505050. Windows color (decimal): -3664314 or 4593352. OLE color: 4593352.

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

Color convert

RGB 200 22 70 -
CMYK 0 0.89 0.65 0.22
HSL 343.82º 0.8% 0.44% -
HSV(B) 343.82º 0.89% 0.78% -
XYZ 25.21 13.3 7.03 -
YUV 80.69 121.97 213.1 -
System Red Green Blue C M Y K H S L
Decimal 200 22 70 0 0.89 0.65 0.22 343.82 0.8 0.44
Hex C8 16 46 0 59 41 16 158 50 2C
Octal 310 26 106 0 131 101 26 530 120 54
Binary 11001000 10110 1000110 0 1011001 1000001 10110 101011000 1010000 101100

Color Harmonies of #C81646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81646

Black with #C81646

Text Example


Text Example

White with #C81646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81646; }

 p { color: rgb(200,22,70); }

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

background-color css

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

 a { background-color: rgb(200,22,70); }

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

border-color css

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

 span { border-color: rgb(200,22,70); }

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