Html Css Color HEX #C81043 Cardinal

📋 copy color: '#C81043'

red 200 ◦ green 16 ◦ blue 67

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

Shades of Cardinal #C81043

Tints of Cardinal #C81043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

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

R = 70.67%
G = 5.65%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C81043 (or 0xC81043) is known color: Cardinal. HEX triplet: C8, 10 and 43. RGB value is (200,16,67). Sum of RGB (Red+Green+Blue) = 200+16+67=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C81043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81043 is #37EFBC. Grayscale: #4C4C4C. Windows color (decimal): -3665853 or 4395208. OLE color: 4395208.

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

Color convert

RGB 200 16 67 -
CMYK 0 0.92 0.66 0.22
HSL 343.37º 0.85% 0.42% -
HSV(B) 343.37º 0.92% 0.78% -
XYZ 25.02 13.06 6.51 -
YUV 76.83 122.46 215.85 -
System Red Green Blue C M Y K H S L
Decimal 200 16 67 0 0.92 0.66 0.22 343.37 0.85 0.42
Hex C8 10 43 0 5C 42 16 157 55 2A
Octal 310 20 103 0 134 102 26 527 125 52
Binary 11001000 10000 1000011 0 1011100 1000010 10110 101010111 1010101 101010

Color Harmonies of #C81043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81043

Black with #C81043

Text Example


Text Example

White with #C81043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81043; }

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

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

background-color css

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

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

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

border-color css

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

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

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