Html Css Color HEX #C93227 Persian Red

📋 copy color: '#C93227'

red 201 ◦ green 50 ◦ blue 39

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

Shades of Persian Red #C93227

Tints of Persian Red #C93227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.24%

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

R = 69.31%
G = 17.24%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C93227 (or 0xC93227) is known color: Persian Red. HEX triplet: C9, 32 and 27. RGB value is (201,50,39). Sum of RGB (Red+Green+Blue) = 201+50+39=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C93227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93227 is #36CDD8. Grayscale: #5E5E5E. Windows color (decimal): -3591641 or 2568905. OLE color: 2568905.

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

Color convert

RGB 201 50 39 -
CMYK 0 0.75 0.81 0.21
HSL 4.07º 0.68% 0.47% -
HSV(B) 4.07º 0.81% 0.79% -
XYZ 25.59 14.85 3.44 -
YUV 93.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 201 50 39 0 0.75 0.81 0.21 4.07 0.68 0.47
Hex C9 32 27 0 4B 51 15 4 44 2F
Octal 311 62 47 0 113 121 25 4 104 57
Binary 11001001 110010 100111 0 1001011 1010001 10101 100 1000100 101111

Color Harmonies of #C93227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93227

Black with #C93227

Text Example


Text Example

White with #C93227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93227; }

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

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

background-color css

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

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

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

border-color css

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

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

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