Html Css Color HEX #C82332 Cardinal

📋 copy color: '#C82332'

red 200 ◦ green 35 ◦ blue 50

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

Shades of Cardinal #C82332

Tints of Cardinal #C82332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 70.18%
G = 12.28%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C82332 (or 0xC82332) is known color: Cardinal. HEX triplet: C8, 23 and 32. RGB value is (200,35,50). Sum of RGB (Red+Green+Blue) = 200+35+50=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C82332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82332 is #37DCCD. Grayscale: #565656. Windows color (decimal): -3661006 or 3285960. OLE color: 3285960.

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

Color convert

RGB 200 35 50 -
CMYK 0 0.82 0.75 0.22
HSL 354.55º 0.7% 0.46% -
HSV(B) 354.55º 0.83% 0.78% -
XYZ 25 13.71 4.35 -
YUV 86.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 200 35 50 0 0.82 0.75 0.22 354.55 0.7 0.46
Hex C8 23 32 0 52 4B 16 163 46 2E
Octal 310 43 62 0 122 113 26 543 106 56
Binary 11001000 100011 110010 0 1010010 1001011 10110 101100011 1000110 101110

Color Harmonies of #C82332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82332

Black with #C82332

Text Example


Text Example

White with #C82332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82332; }

 p { color: rgb(200,35,50); }

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

background-color css

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

 a { background-color: rgb(200,35,50); }

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

border-color css

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

 span { border-color: rgb(200,35,50); }

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