Html Css Color HEX #C82033 Cardinal

📋 copy color: '#C82033'

red 200 ◦ green 32 ◦ blue 51

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

Shades of Cardinal #C82033

Tints of Cardinal #C82033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

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

R = 70.67%
G = 11.31%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C82033 (or 0xC82033) is known color: Cardinal. HEX triplet: C8, 20 and 33. RGB value is (200,32,51). Sum of RGB (Red+Green+Blue) = 200+32+51=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C82033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82033 is #37DFCC. Grayscale: #545454. Windows color (decimal): -3661773 or 3350728. OLE color: 3350728.

HSL color Cylindrical-coordinate representation of color #C82033: hue angle of 353.21º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82033 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 51 -
CMYK 0 0.84 0.74 0.22
HSL 353.21º 0.72% 0.45% -
HSV(B) 353.21º 0.84% 0.78% -
XYZ 24.93 13.55 4.43 -
YUV 84.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 200 32 51 0 0.84 0.74 0.22 353.21 0.72 0.45
Hex C8 20 33 0 54 4A 16 161 48 2D
Octal 310 40 63 0 124 112 26 541 110 55
Binary 11001000 100000 110011 0 1010100 1001010 10110 101100001 1001000 101101

Color Harmonies of #C82033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82033

Black with #C82033

Text Example


Text Example

White with #C82033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82033; }

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

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

background-color css

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

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

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

border-color css

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

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

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