Html Css Color HEX #C82142 Cardinal

📋 copy color: '#C82142'

red 200 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #C82142

Tints of Cardinal #C82142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 66.89%
G = 11.04%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C82142 (or 0xC82142) is known color: Cardinal. HEX triplet: C8, 21 and 42. RGB value is (200,33,66). Sum of RGB (Red+Green+Blue) = 200+33+66=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C82142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82142 is #37DEBD. Grayscale: #565656. Windows color (decimal): -3661502 or 4334024. OLE color: 4334024.

HSL color Cylindrical-coordinate representation of color #C82142: hue angle of 348.14º 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 #C82142 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 66 -
CMYK 0 0.84 0.67 0.22
HSL 348.14º 0.72% 0.46% -
HSV(B) 348.14º 0.84% 0.78% -
XYZ 25.35 13.76 6.47 -
YUV 86.7 116.33 208.82 -
System Red Green Blue C M Y K H S L
Decimal 200 33 66 0 0.84 0.67 0.22 348.14 0.72 0.46
Hex C8 21 42 0 54 43 16 15C 48 2E
Octal 310 41 102 0 124 103 26 534 110 56
Binary 11001000 100001 1000010 0 1010100 1000011 10110 101011100 1001000 101110

Color Harmonies of #C82142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82142

Black with #C82142

Text Example


Text Example

White with #C82142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82142; }

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

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

background-color css

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

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

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

border-color css

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

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

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