Html Css Color HEX #C81A43 Cardinal

📋 copy color: '#C81A43'

red 200 ◦ green 26 ◦ blue 67

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

Shades of Cardinal #C81A43

Tints of Cardinal #C81A43

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.87%

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

R = 68.26%
G = 8.87%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81A43 (or 0xC81A43) is known color: Cardinal. HEX triplet: C8, 1A and 43. RGB value is (200,26,67). Sum of RGB (Red+Green+Blue) = 200+26+67=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A43 is #37E5BC. Grayscale: #525252. Windows color (decimal): -3663293 or 4397768. OLE color: 4397768.

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

Color convert

RGB 200 26 67 -
CMYK 0 0.87 0.66 0.22
HSL 345.86º 0.77% 0.44% -
HSV(B) 345.86º 0.87% 0.78% -
XYZ 25.2 13.42 6.57 -
YUV 82.7 119.15 211.67 -
System Red Green Blue C M Y K H S L
Decimal 200 26 67 0 0.87 0.66 0.22 345.86 0.77 0.44
Hex C8 1A 43 0 57 42 16 15A 4D 2C
Octal 310 32 103 0 127 102 26 532 115 54
Binary 11001000 11010 1000011 0 1010111 1000010 10110 101011010 1001101 101100

Color Harmonies of #C81A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A43

Black with #C81A43

Text Example


Text Example

White with #C81A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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