Html Css Color HEX #C81943 Cardinal

📋 copy color: '#C81943'

red 200 ◦ green 25 ◦ blue 67

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

Shades of Cardinal #C81943

Tints of Cardinal #C81943

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

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

R = 68.49%
G = 8.56%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81943 (or 0xC81943) is known color: Cardinal. HEX triplet: C8, 19 and 43. RGB value is (200,25,67). Sum of RGB (Red+Green+Blue) = 200+25+67=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C81943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81943 is #37E6BC. Grayscale: #525252. Windows color (decimal): -3663549 or 4397512. OLE color: 4397512.

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

Color convert

RGB 200 25 67 -
CMYK 0 0.88 0.66 0.22
HSL 345.6º 0.78% 0.44% -
HSV(B) 345.6º 0.88% 0.78% -
XYZ 25.18 13.38 6.57 -
YUV 82.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 200 25 67 0 0.88 0.66 0.22 345.6 0.78 0.44
Hex C8 19 43 0 58 42 16 15A 4E 2C
Octal 310 31 103 0 130 102 26 532 116 54
Binary 11001000 11001 1000011 0 1011000 1000010 10110 101011010 1001110 101100

Color Harmonies of #C81943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81943

Black with #C81943

Text Example


Text Example

White with #C81943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81943; }

 p { color: rgb(200,25,67); }

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

background-color css

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

 a { background-color: rgb(200,25,67); }

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

border-color css

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

 span { border-color: rgb(200,25,67); }

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