Html Css Color HEX #C83524 Persian Red

📋 copy color: '#C83524'

red 200 ◦ green 53 ◦ blue 36

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

Shades of Persian Red #C83524

Tints of Persian Red #C83524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

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

R = 69.2%
G = 18.34%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C83524 (or 0xC83524) is known color: Persian Red. HEX triplet: C8, 35 and 24. RGB value is (200,53,36). Sum of RGB (Red+Green+Blue) = 200+53+36=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C83524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83524 is #37CADB. Grayscale: #5F5F5F. Windows color (decimal): -3656412 or 2373064. OLE color: 2373064.

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

Color convert

RGB 200 53 36 -
CMYK 0 0.74 0.82 0.22
HSL 6.22º 0.69% 0.46% -
HSV(B) 6.22º 0.82% 0.78% -
XYZ 25.41 14.95 3.22 -
YUV 95.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 200 53 36 0 0.74 0.82 0.22 6.22 0.69 0.46
Hex C8 35 24 0 4A 52 16 6 45 2E
Octal 310 65 44 0 112 122 26 6 105 56
Binary 11001000 110101 100100 0 1001010 1010010 10110 110 1000101 101110

Color Harmonies of #C83524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83524

Black with #C83524

Text Example


Text Example

White with #C83524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83524; }

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

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

background-color css

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

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

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

border-color css

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

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

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