Html Css Color HEX #C93527 Persian Red

📋 copy color: '#C93527'

red 201 ◦ green 53 ◦ blue 39

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

Shades of Persian Red #C93527

Tints of Persian Red #C93527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 68.6%
G = 18.09%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C93527 (or 0xC93527) is known color: Persian Red. HEX triplet: C9, 35 and 27. RGB value is (201,53,39). Sum of RGB (Red+Green+Blue) = 201+53+39=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C93527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93527 is #36CAD8. Grayscale: #5F5F5F. Windows color (decimal): -3590873 or 2569673. OLE color: 2569673.

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

Color convert

RGB 201 53 39 -
CMYK 0 0.74 0.81 0.21
HSL 5.19º 0.68% 0.47% -
HSV(B) 5.19º 0.81% 0.79% -
XYZ 25.73 15.11 3.48 -
YUV 95.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 201 53 39 0 0.74 0.81 0.21 5.19 0.68 0.47
Hex C9 35 27 0 4A 51 15 5 44 2F
Octal 311 65 47 0 112 121 25 5 104 57
Binary 11001001 110101 100111 0 1001010 1010001 10101 101 1000100 101111

Color Harmonies of #C93527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93527

Black with #C93527

Text Example


Text Example

White with #C93527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93527; }

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

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

background-color css

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

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

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

border-color css

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

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

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