Html Css Color HEX #C81E46 Cardinal

📋 copy color: '#C81E46'

red 200 ◦ green 30 ◦ blue 70

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

Shades of Cardinal #C81E46

Tints of Cardinal #C81E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10%

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

R = 66.67%
G = 10%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C81E46 (or 0xC81E46) is known color: Cardinal. HEX triplet: C8, 1E and 46. RGB value is (200,30,70). Sum of RGB (Red+Green+Blue) = 200+30+70=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81E46 is #37E1B9. Grayscale: #555555. Windows color (decimal): -3662266 or 4595400. OLE color: 4595400.

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

Color convert

RGB 200 30 70 -
CMYK 0 0.85 0.65 0.22
HSL 345.88º 0.74% 0.45% -
HSV(B) 345.88º 0.85% 0.78% -
XYZ 25.39 13.65 7.09 -
YUV 85.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 200 30 70 0 0.85 0.65 0.22 345.88 0.74 0.45
Hex C8 1E 46 0 55 41 16 15A 4A 2D
Octal 310 36 106 0 125 101 26 532 112 55
Binary 11001000 11110 1000110 0 1010101 1000001 10110 101011010 1001010 101101

Color Harmonies of #C81E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E46

Black with #C81E46

Text Example


Text Example

White with #C81E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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