Html Css Color HEX #C82824 Persian Red

📋 copy color: '#C82824'

red 200 ◦ green 40 ◦ blue 36

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

Shades of Persian Red #C82824

Tints of Persian Red #C82824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.49%

 BLUE value IS 36 (14.45% from 255) = 13.04%

R = 72.46%
G = 14.49%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C82824 (or 0xC82824) is known color: Persian Red. HEX triplet: C8, 28 and 24. RGB value is (200,40,36). Sum of RGB (Red+Green+Blue) = 200+40+36=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C82824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82824 is #37D7DB. Grayscale: #575757. Windows color (decimal): -3659740 or 2369736. OLE color: 2369736.

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

Color convert

RGB 200 40 36 -
CMYK 0 0.8 0.82 0.22
HSL 1.46º 0.69% 0.46% -
HSV(B) 1.46º 0.82% 0.78% -
XYZ 24.9 13.92 3.04 -
YUV 87.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 200 40 36 0 0.8 0.82 0.22 1.46 0.69 0.46
Hex C8 28 24 0 50 52 16 1 45 2E
Octal 310 50 44 0 120 122 26 1 105 56
Binary 11001000 101000 100100 0 1010000 1010010 10110 1 1000101 101110

Color Harmonies of #C82824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82824

Black with #C82824

Text Example


Text Example

White with #C82824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82824; }

 p { color: rgb(200,40,36); }

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

background-color css

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

 a { background-color: rgb(200,40,36); }

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

border-color css

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

 span { border-color: rgb(200,40,36); }

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