Html Css Color HEX #C93225 Persian Red

📋 copy color: '#C93225'

red 201 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #C93225

Tints of Persian Red #C93225

RGB

 RED value IS 201 (78.91% from 255) = 69.79%

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

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

R = 69.79%
G = 17.36%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C93225 (or 0xC93225) is known color: Persian Red. HEX triplet: C9, 32 and 25. RGB value is (201,50,37). Sum of RGB (Red+Green+Blue) = 201+50+37=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C93225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93225 is #36CDDA. Grayscale: #5D5D5D. Windows color (decimal): -3591643 or 2437833. OLE color: 2437833.

HSL color Cylindrical-coordinate representation of color #C93225: hue angle of 4.76º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C93225 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 50 37 -
CMYK 0 0.75 0.82 0.21
HSL 4.76º 0.69% 0.47% -
HSV(B) 4.76º 0.82% 0.79% -
XYZ 25.56 14.83 3.27 -
YUV 93.67 96.03 204.56 -
System Red Green Blue C M Y K H S L
Decimal 201 50 37 0 0.75 0.82 0.21 4.76 0.69 0.47
Hex C9 32 25 0 4B 52 15 5 45 2F
Octal 311 62 45 0 113 122 25 5 105 57
Binary 11001001 110010 100101 0 1001011 1010010 10101 101 1000101 101111

Color Harmonies of #C93225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93225

Black with #C93225

Text Example


Text Example

White with #C93225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93225; }

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

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

background-color css

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

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

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

border-color css

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

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

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