Html Css Color HEX #C81649 Cardinal

📋 copy color: '#C81649'

red 200 ◦ green 22 ◦ blue 73

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

Shades of Cardinal #C81649

Tints of Cardinal #C81649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 67.8%
G = 7.46%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C81649 (or 0xC81649) is known color: Cardinal. HEX triplet: C8, 16 and 49. RGB value is (200,22,73). Sum of RGB (Red+Green+Blue) = 200+22+73=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C81649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81649 is #37E9B6. Grayscale: #515151. Windows color (decimal): -3664311 or 4789960. OLE color: 4789960.

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

Color convert

RGB 200 22 73 -
CMYK 0 0.89 0.64 0.22
HSL 342.81º 0.8% 0.44% -
HSV(B) 342.81º 0.89% 0.78% -
XYZ 25.31 13.33 7.54 -
YUV 81.04 123.47 212.85 -
System Red Green Blue C M Y K H S L
Decimal 200 22 73 0 0.89 0.64 0.22 342.81 0.8 0.44
Hex C8 16 49 0 59 40 16 157 50 2C
Octal 310 26 111 0 131 100 26 527 120 54
Binary 11001000 10110 1001001 0 1011001 1000000 10110 101010111 1010000 101100

Color Harmonies of #C81649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81649

Black with #C81649

Text Example


Text Example

White with #C81649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81649; }

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

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

background-color css

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

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

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

border-color css

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

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

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