Html Css Color HEX #C83224 Persian Red

📋 copy color: '#C83224'

red 200 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #C83224

Tints of Persian Red #C83224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

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

R = 69.93%
G = 17.48%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C83224 (or 0xC83224) is known color: Persian Red. HEX triplet: C8, 32 and 24. RGB value is (200,50,36). Sum of RGB (Red+Green+Blue) = 200+50+36=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C83224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83224 is #37CDDB. Grayscale: #5D5D5D. Windows color (decimal): -3657180 or 2372296. OLE color: 2372296.

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

Color convert

RGB 200 50 36 -
CMYK 0 0.75 0.82 0.22
HSL 5.12º 0.69% 0.46% -
HSV(B) 5.12º 0.82% 0.78% -
XYZ 25.28 14.69 3.17 -
YUV 93.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 200 50 36 0 0.75 0.82 0.22 5.12 0.69 0.46
Hex C8 32 24 0 4B 52 16 5 45 2E
Octal 310 62 44 0 113 122 26 5 105 56
Binary 11001000 110010 100100 0 1001011 1010010 10110 101 1000101 101110

Color Harmonies of #C83224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83224

Black with #C83224

Text Example


Text Example

White with #C83224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83224; }

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

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

background-color css

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

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

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

border-color css

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

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

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