Html Css Color HEX #C82721 Persian Red

📋 copy color: '#C82721'

red 200 ◦ green 39 ◦ blue 33

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

Shades of Persian Red #C82721

Tints of Persian Red #C82721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.34%

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 73.53%
G = 14.34%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C82721 (or 0xC82721) is known color: Persian Red. HEX triplet: C8, 27 and 21. RGB value is (200,39,33). Sum of RGB (Red+Green+Blue) = 200+39+33=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C82721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82721 is #37D8DE. Grayscale: #565656. Windows color (decimal): -3659999 or 2172872. OLE color: 2172872.

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

Color convert

RGB 200 39 33 -
CMYK 0 0.80 0.84 0.22
HSL 2.16º 0.72% 0.46% -
HSV(B) 2.16º 0.84% 0.78% -
XYZ 24.82 13.84 2.8 -
YUV 86.46 97.84 208.99 -
System Red Green Blue C M Y K H S L
Decimal 200 39 33 0 0.80 0.84 0.22 2.16 0.72 0.46
Hex C8 27 21 0 50 54 16 2 48 2E
Octal 310 47 41 0 120 124 26 2 110 56
Binary 11001000 100111 100001 0 1010000 1010100 10110 10 1001000 101110

Color Harmonies of #C82721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82721

Black with #C82721

Text Example


Text Example

White with #C82721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82721; }

 p { color: rgb(200,39,33); }

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

background-color css

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

 a { background-color: rgb(200,39,33); }

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

border-color css

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

 span { border-color: rgb(200,39,33); }

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