Html Css Color HEX #C82636 Cardinal

📋 copy color: '#C82636'

red 200 ◦ green 38 ◦ blue 54

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

Shades of Cardinal #C82636

Tints of Cardinal #C82636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.01%

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

R = 68.49%
G = 13.01%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C82636 (or 0xC82636) is known color: Cardinal. HEX triplet: C8, 26 and 36. RGB value is (200,38,54). Sum of RGB (Red+Green+Blue) = 200+38+54=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C82636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82636 is #37D9C9. Grayscale: #585858. Windows color (decimal): -3660234 or 3548872. OLE color: 3548872.

HSL color Cylindrical-coordinate representation of color #C82636: hue angle of 354.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82636 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 54 -
CMYK 0 0.81 0.73 0.22
HSL 354.07º 0.68% 0.47% -
HSV(B) 354.07º 0.81% 0.78% -
XYZ 25.18 13.93 4.85 -
YUV 88.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 200 38 54 0 0.81 0.73 0.22 354.07 0.68 0.47
Hex C8 26 36 0 51 49 16 162 44 2F
Octal 310 46 66 0 121 111 26 542 104 57
Binary 11001000 100110 110110 0 1010001 1001001 10110 101100010 1000100 101111

Color Harmonies of #C82636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82636

Black with #C82636

Text Example


Text Example

White with #C82636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82636; }

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

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

background-color css

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

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

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

border-color css

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

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

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