Html Css Color HEX #C83225 Persian Red

📋 copy color: '#C83225'

red 200 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #C83225

Tints of Persian Red #C83225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 69.69%
G = 17.42%
B = 12.89%

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

#C83225 (or 0xC83225) is known color: Persian Red. HEX triplet: C8, 32 and 25. RGB value is (200,50,37). Sum of RGB (Red+Green+Blue) = 200+50+37=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C83225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83225 is #37CDDA. Grayscale: #5D5D5D. Windows color (decimal): -3657179 or 2437832. OLE color: 2437832.

HSL color Cylindrical-coordinate representation of color #C83225: hue angle of 4.79º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C83225 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 50 37 -
CMYK 0 0.75 0.82 0.22
HSL 4.79º 0.69% 0.46% -
HSV(B) 4.79º 0.82% 0.78% -
XYZ 25.29 14.69 3.25 -
YUV 93.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 200 50 37 0 0.75 0.82 0.22 4.79 0.69 0.46
Hex C8 32 25 0 4B 52 16 5 45 2E
Octal 310 62 45 0 113 122 26 5 105 56
Binary 11001000 110010 100101 0 1001011 1010010 10110 101 1000101 101110

Color Harmonies of #C83225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83225

Black with #C83225

Text Example


Text Example

White with #C83225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83225; }

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

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

background-color css

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

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

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

border-color css

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

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

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