Html Css Color HEX #C82539 Cardinal

📋 copy color: '#C82539'

red 200 ◦ green 37 ◦ blue 57

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

Shades of Cardinal #C82539

Tints of Cardinal #C82539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.39%

R = 68.03%
G = 12.59%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C82539 (or 0xC82539) is known color: Cardinal. HEX triplet: C8, 25 and 39. RGB value is (200,37,57). Sum of RGB (Red+Green+Blue) = 200+37+57=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C82539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82539 is #37DAC6. Grayscale: #585858. Windows color (decimal): -3660487 or 3745224. OLE color: 3745224.

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

Color convert

RGB 200 37 57 -
CMYK 0 0.82 0.72 0.22
HSL 352.64º 0.69% 0.46% -
HSV(B) 352.64º 0.82% 0.78% -
XYZ 25.22 13.9 5.22 -
YUV 88.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 200 37 57 0 0.82 0.72 0.22 352.64 0.69 0.46
Hex C8 25 39 0 52 48 16 161 45 2E
Octal 310 45 71 0 122 110 26 541 105 56
Binary 11001000 100101 111001 0 1010010 1001000 10110 101100001 1000101 101110

Color Harmonies of #C82539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82539

Black with #C82539

Text Example


Text Example

White with #C82539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82539; }

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

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

background-color css

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

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

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

border-color css

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

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

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