Html Css Color HEX #C93726 Persian Red

📋 copy color: '#C93726'

red 201 ◦ green 55 ◦ blue 38

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

Shades of Persian Red #C93726

Tints of Persian Red #C93726

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.71%

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 68.37%
G = 18.71%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C93726 (or 0xC93726) is known color: Persian Red. HEX triplet: C9, 37 and 26. RGB value is (201,55,38). Sum of RGB (Red+Green+Blue) = 201+55+38=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C93726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93726 is #36C8D9. Grayscale: #606060. Windows color (decimal): -3590362 or 2504649. OLE color: 2504649.

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

Color convert

RGB 201 55 38 -
CMYK 0 0.73 0.81 0.21
HSL 6.26º 0.68% 0.47% -
HSV(B) 6.26º 0.81% 0.79% -
XYZ 25.8 15.29 3.42 -
YUV 96.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 201 55 38 0 0.73 0.81 0.21 6.26 0.68 0.47
Hex C9 37 26 0 49 51 15 6 44 2F
Octal 311 67 46 0 111 121 25 6 104 57
Binary 11001001 110111 100110 0 1001001 1010001 10101 110 1000100 101111

Color Harmonies of #C93726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93726

Black with #C93726

Text Example


Text Example

White with #C93726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93726; }

 p { color: rgb(201,55,38); }

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

background-color css

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

 a { background-color: rgb(201,55,38); }

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

border-color css

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

 span { border-color: rgb(201,55,38); }

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