Html Css Color HEX #C93125 Persian Red

📋 copy color: '#C93125'

red 201 ◦ green 49 ◦ blue 37

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

Shades of Persian Red #C93125

Tints of Persian Red #C93125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

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

R = 70.03%
G = 17.07%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C93125 (or 0xC93125) is known color: Persian Red. HEX triplet: C9, 31 and 25. RGB value is (201,49,37). Sum of RGB (Red+Green+Blue) = 201+49+37=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C93125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93125 is #36CEDA. Grayscale: #5D5D5D. Windows color (decimal): -3591899 or 2437577. OLE color: 2437577.

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

Color convert

RGB 201 49 37 -
CMYK 0 0.76 0.82 0.21
HSL 4.39º 0.69% 0.47% -
HSV(B) 4.39º 0.82% 0.79% -
XYZ 25.52 14.75 3.25 -
YUV 93.08 96.36 204.98 -
System Red Green Blue C M Y K H S L
Decimal 201 49 37 0 0.76 0.82 0.21 4.39 0.69 0.47
Hex C9 31 25 0 4C 52 15 4 45 2F
Octal 311 61 45 0 114 122 25 4 105 57
Binary 11001001 110001 100101 0 1001100 1010010 10101 100 1000101 101111

Color Harmonies of #C93125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93125

Black with #C93125

Text Example


Text Example

White with #C93125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93125; }

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

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

background-color css

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

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

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

border-color css

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

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

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