Html Css Color HEX #C82531 Cardinal

📋 copy color: '#C82531'

red 200 ◦ green 37 ◦ blue 49

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

Shades of Cardinal #C82531

Tints of Cardinal #C82531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.94%

 BLUE value IS 49 (19.53% from 255) = 17.13%

R = 69.93%
G = 12.94%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C82531 (or 0xC82531) is known color: Cardinal. HEX triplet: C8, 25 and 31. RGB value is (200,37,49). Sum of RGB (Red+Green+Blue) = 200+37+49=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C82531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82531 is #37DACE. Grayscale: #575757. Windows color (decimal): -3660495 or 3220936. OLE color: 3220936.

HSL color Cylindrical-coordinate representation of color #C82531: hue angle of 355.58º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82531 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 49 -
CMYK 0 0.82 0.76 0.22
HSL 355.58º 0.69% 0.46% -
HSV(B) 355.58º 0.82% 0.78% -
XYZ 25.04 13.82 4.25 -
YUV 87.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 200 37 49 0 0.82 0.76 0.22 355.58 0.69 0.46
Hex C8 25 31 0 52 4C 16 164 45 2E
Octal 310 45 61 0 122 114 26 544 105 56
Binary 11001000 100101 110001 0 1010010 1001100 10110 101100100 1000101 101110

Color Harmonies of #C82531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82531

Black with #C82531

Text Example


Text Example

White with #C82531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82531; }

 p { color: rgb(200,37,49); }

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

background-color css

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

 a { background-color: rgb(200,37,49); }

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

border-color css

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

 span { border-color: rgb(200,37,49); }

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