Html Css Color HEX #C93325 Persian Red

📋 copy color: '#C93325'

red 201 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #C93325

Tints of Persian Red #C93325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 69.55%
G = 17.65%
B = 12.8%

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

#C93325 (or 0xC93325) is known color: Persian Red. HEX triplet: C9, 33 and 25. RGB value is (201,51,37). Sum of RGB (Red+Green+Blue) = 201+51+37=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C93325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93325 is #36CCDA. Grayscale: #5E5E5E. Windows color (decimal): -3591387 or 2438089. OLE color: 2438089.

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

Color convert

RGB 201 51 37 -
CMYK 0 0.75 0.82 0.21
HSL 5.12º 0.69% 0.47% -
HSV(B) 5.12º 0.82% 0.79% -
XYZ 25.61 14.92 3.28 -
YUV 94.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 201 51 37 0 0.75 0.82 0.21 5.12 0.69 0.47
Hex C9 33 25 0 4B 52 15 5 45 2F
Octal 311 63 45 0 113 122 25 5 105 57
Binary 11001001 110011 100101 0 1001011 1010010 10101 101 1000101 101111

Color Harmonies of #C93325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93325

Black with #C93325

Text Example


Text Example

White with #C93325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93325; }

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

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

background-color css

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

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

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

border-color css

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

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

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