Html Css Color HEX #C93729 Persian Red

📋 copy color: '#C93729'

red 201 ◦ green 55 ◦ blue 41

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

Shades of Persian Red #C93729

Tints of Persian Red #C93729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 67.68%
G = 18.52%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C93729 (or 0xC93729) is known color: Persian Red. HEX triplet: C9, 37 and 29. RGB value is (201,55,41). Sum of RGB (Red+Green+Blue) = 201+55+41=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C93729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93729 is #36C8D6. Grayscale: #616161. Windows color (decimal): -3590359 or 2701257. OLE color: 2701257.

HSL color Cylindrical-coordinate representation of color #C93729: hue angle of 5.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C93729 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 55 41 -
CMYK 0 0.73 0.80 0.21
HSL 5.25º 0.66% 0.47% -
HSV(B) 5.25º 0.8% 0.79% -
XYZ 25.85 15.31 3.69 -
YUV 97.06 96.37 202.14 -
System Red Green Blue C M Y K H S L
Decimal 201 55 41 0 0.73 0.80 0.21 5.25 0.66 0.47
Hex C9 37 29 0 49 50 15 5 42 2F
Octal 311 67 51 0 111 120 25 5 102 57
Binary 11001001 110111 101001 0 1001001 1010000 10101 101 1000010 101111

Color Harmonies of #C93729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93729

Black with #C93729

Text Example


Text Example

White with #C93729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93729; }

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

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

background-color css

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

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

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

border-color css

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

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

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