Html Css Color HEX #C81D4A Cardinal

📋 copy color: '#C81D4A'

red 200 ◦ green 29 ◦ blue 74

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

Shades of Cardinal #C81D4A

Tints of Cardinal #C81D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.57%

 BLUE value IS 74 (29.3% from 255) = 24.42%

R = 66.01%
G = 9.57%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C81D4A (or 0xC81D4A) is known color: Cardinal. HEX triplet: C8, 1D and 4A. RGB value is (200,29,74). Sum of RGB (Red+Green+Blue) = 200+29+74=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81D4A is #37E2B5. Grayscale: #555555. Windows color (decimal): -3662518 or 4857288. OLE color: 4857288.

HSL color Cylindrical-coordinate representation of color #C81D4A: hue angle of 344.21º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81D4A is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 29 74 -
CMYK 0 0.86 0.63 0.22
HSL 344.21º 0.75% 0.45% -
HSV(B) 344.21º 0.86% 0.78% -
XYZ 25.49 13.65 7.77 -
YUV 85.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 200 29 74 0 0.86 0.63 0.22 344.21 0.75 0.45
Hex C8 1D 4A 0 56 3F 16 158 4B 2D
Octal 310 35 112 0 126 77 26 530 113 55
Binary 11001000 11101 1001010 0 1010110 111111 10110 101011000 1001011 101101

Color Harmonies of #C81D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81D4A

Black with #C81D4A

Text Example


Text Example

White with #C81D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81D4A; }

 p { color: rgb(200,29,74); }

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

background-color css

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

 a { background-color: rgb(200,29,74); }

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

border-color css

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

 span { border-color: rgb(200,29,74); }

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