Html Css Color HEX #C82136 Cardinal

📋 copy color: '#C82136'

red 200 ◦ green 33 ◦ blue 54

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

Shades of Cardinal #C82136

Tints of Cardinal #C82136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.82%

R = 69.69%
G = 11.5%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C82136 (or 0xC82136) is known color: Cardinal. HEX triplet: C8, 21 and 36. RGB value is (200,33,54). Sum of RGB (Red+Green+Blue) = 200+33+54=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C82136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82136 is #37DEC9. Grayscale: #555555. Windows color (decimal): -3661514 or 3547592. OLE color: 3547592.

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

Color convert

RGB 200 33 54 -
CMYK 0 0.84 0.73 0.22
HSL 352.46º 0.72% 0.46% -
HSV(B) 352.46º 0.84% 0.78% -
XYZ 25.03 13.63 4.8 -
YUV 85.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 200 33 54 0 0.84 0.73 0.22 352.46 0.72 0.46
Hex C8 21 36 0 54 49 16 160 48 2E
Octal 310 41 66 0 124 111 26 540 110 56
Binary 11001000 100001 110110 0 1010100 1001001 10110 101100000 1001000 101110

Color Harmonies of #C82136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82136

Black with #C82136

Text Example


Text Example

White with #C82136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82136; }

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

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

background-color css

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

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

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

border-color css

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

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

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