Html Css Color HEX #C93127 Persian Red

📋 copy color: '#C93127'

red 201 ◦ green 49 ◦ blue 39

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

Shades of Persian Red #C93127

Tints of Persian Red #C93127

RGB

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

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

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

R = 69.55%
G = 16.96%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C93127 (or 0xC93127) is known color: Persian Red. HEX triplet: C9, 31 and 27. RGB value is (201,49,39). Sum of RGB (Red+Green+Blue) = 201+49+39=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C93127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93127 is #36CED8. Grayscale: #5D5D5D. Windows color (decimal): -3591897 or 2568649. OLE color: 2568649.

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

Color convert

RGB 201 49 39 -
CMYK 0 0.76 0.81 0.21
HSL 3.7º 0.68% 0.47% -
HSV(B) 3.7º 0.81% 0.79% -
XYZ 25.55 14.76 3.42 -
YUV 93.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 201 49 39 0 0.76 0.81 0.21 3.7 0.68 0.47
Hex C9 31 27 0 4C 51 15 4 44 2F
Octal 311 61 47 0 114 121 25 4 104 57
Binary 11001001 110001 100111 0 1001100 1010001 10101 100 1000100 101111

Color Harmonies of #C93127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93127

Black with #C93127

Text Example


Text Example

White with #C93127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93127; }

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

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

background-color css

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

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

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

border-color css

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

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

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