Html Css Color HEX #C82533 Cardinal

📋 copy color: '#C82533'

red 200 ◦ green 37 ◦ blue 51

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

Shades of Cardinal #C82533

Tints of Cardinal #C82533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.71%

R = 69.44%
G = 12.85%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C82533 (or 0xC82533) is known color: Cardinal. HEX triplet: C8, 25 and 33. RGB value is (200,37,51). Sum of RGB (Red+Green+Blue) = 200+37+51=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C82533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82533 is #37DACC. Grayscale: #575757. Windows color (decimal): -3660493 or 3352008. OLE color: 3352008.

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

Color convert

RGB 200 37 51 -
CMYK 0 0.82 0.74 0.22
HSL 354.85º 0.69% 0.46% -
HSV(B) 354.85º 0.82% 0.78% -
XYZ 25.08 13.84 4.48 -
YUV 87.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 200 37 51 0 0.82 0.74 0.22 354.85 0.69 0.46
Hex C8 25 33 0 52 4A 16 163 45 2E
Octal 310 45 63 0 122 112 26 543 105 56
Binary 11001000 100101 110011 0 1010010 1001010 10110 101100011 1000101 101110

Color Harmonies of #C82533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82533

Black with #C82533

Text Example


Text Example

White with #C82533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82533; }

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

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

background-color css

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

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

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

border-color css

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

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

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