Html Css Color HEX #C82523 Persian Red

📋 copy color: '#C82523'

red 200 ◦ green 37 ◦ blue 35

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

Shades of Persian Red #C82523

Tints of Persian Red #C82523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.6%

 BLUE value IS 35 (14.06% from 255) = 12.87%

R = 73.53%
G = 13.6%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C82523 (or 0xC82523) is known color: Persian Red. HEX triplet: C8, 25 and 23. RGB value is (200,37,35). Sum of RGB (Red+Green+Blue) = 200+37+35=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C82523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82523 is #37DADC. Grayscale: #555555. Windows color (decimal): -3660509 or 2303432. OLE color: 2303432.

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

Color convert

RGB 200 37 35 -
CMYK 0 0.82 0.82 0.22
HSL 0.73º 0.7% 0.46% -
HSV(B) 0.73º 0.83% 0.78% -
XYZ 24.78 13.72 2.93 -
YUV 85.51 99.5 209.66 -
System Red Green Blue C M Y K H S L
Decimal 200 37 35 0 0.82 0.82 0.22 0.73 0.7 0.46
Hex C8 25 23 0 52 52 16 1 46 2E
Octal 310 45 43 0 122 122 26 1 106 56
Binary 11001000 100101 100011 0 1010010 1010010 10110 1 1000110 101110

Color Harmonies of #C82523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82523

Black with #C82523

Text Example


Text Example

White with #C82523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82523; }

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

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

background-color css

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

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

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

border-color css

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

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

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