Html Css Color HEX #C82726 Persian Red

📋 copy color: '#C82726'

red 200 ◦ green 39 ◦ blue 38

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

Shades of Persian Red #C82726

Tints of Persian Red #C82726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.72%

R = 72.2%
G = 14.08%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C82726 (or 0xC82726) is known color: Persian Red. HEX triplet: C8, 27 and 26. RGB value is (200,39,38). Sum of RGB (Red+Green+Blue) = 200+39+38=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C82726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82726 is #37D8D9. Grayscale: #575757. Windows color (decimal): -3659994 or 2500552. OLE color: 2500552.

HSL color Cylindrical-coordinate representation of color #C82726: hue angle of 0.37º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82726 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 38 -
CMYK 0 0.80 0.81 0.22
HSL 0.37º 0.68% 0.47% -
HSV(B) 0.37º 0.81% 0.78% -
XYZ 24.89 13.87 3.2 -
YUV 87.03 100.34 208.58 -
System Red Green Blue C M Y K H S L
Decimal 200 39 38 0 0.80 0.81 0.22 0.37 0.68 0.47
Hex C8 27 26 0 50 51 16 0 44 2F
Octal 310 47 46 0 120 121 26 0 104 57
Binary 11001000 100111 100110 0 1010000 1010001 10110 0 1000100 101111

Color Harmonies of #C82726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82726

Black with #C82726

Text Example


Text Example

White with #C82726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82726; }

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

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

background-color css

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

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

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

border-color css

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

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

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