Html Css Color HEX #C82143 Cardinal

📋 copy color: '#C82143'

red 200 ◦ green 33 ◦ blue 67

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

Shades of Cardinal #C82143

Tints of Cardinal #C82143

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

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

R = 66.67%
G = 11%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C82143 (or 0xC82143) is known color: Cardinal. HEX triplet: C8, 21 and 43. RGB value is (200,33,67). Sum of RGB (Red+Green+Blue) = 200+33+67=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C82143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82143 is #37DEBC. Grayscale: #565656. Windows color (decimal): -3661501 or 4399560. OLE color: 4399560.

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

Color convert

RGB 200 33 67 -
CMYK 0 0.84 0.66 0.22
HSL 347.78º 0.72% 0.46% -
HSV(B) 347.78º 0.84% 0.78% -
XYZ 25.38 13.77 6.63 -
YUV 86.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 200 33 67 0 0.84 0.66 0.22 347.78 0.72 0.46
Hex C8 21 43 0 54 42 16 15C 48 2E
Octal 310 41 103 0 124 102 26 534 110 56
Binary 11001000 100001 1000011 0 1010100 1000010 10110 101011100 1001000 101110

Color Harmonies of #C82143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82143

Black with #C82143

Text Example


Text Example

White with #C82143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82143; }

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

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

background-color css

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

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

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

border-color css

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

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

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