Html Css Color HEX #C93525 Persian Red

📋 copy color: '#C93525'

red 201 ◦ green 53 ◦ blue 37

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

Shades of Persian Red #C93525

Tints of Persian Red #C93525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

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

R = 69.07%
G = 18.21%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C93525 (or 0xC93525) is known color: Persian Red. HEX triplet: C9, 35 and 25. RGB value is (201,53,37). Sum of RGB (Red+Green+Blue) = 201+53+37=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C93525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93525 is #36CADA. Grayscale: #5F5F5F. Windows color (decimal): -3590875 or 2438601. OLE color: 2438601.

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

Color convert

RGB 201 53 37 -
CMYK 0 0.74 0.82 0.21
HSL 5.85º 0.69% 0.47% -
HSV(B) 5.85º 0.82% 0.79% -
XYZ 25.69 15.1 3.31 -
YUV 95.43 95.03 203.3 -
System Red Green Blue C M Y K H S L
Decimal 201 53 37 0 0.74 0.82 0.21 5.85 0.69 0.47
Hex C9 35 25 0 4A 52 15 6 45 2F
Octal 311 65 45 0 112 122 25 6 105 57
Binary 11001001 110101 100101 0 1001010 1010010 10101 110 1000101 101111

Color Harmonies of #C93525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93525

Black with #C93525

Text Example


Text Example

White with #C93525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93525; }

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

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

background-color css

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

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

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

border-color css

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

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

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