Html Css Color HEX #C93728 Persian Red

📋 copy color: '#C93728'

red 201 ◦ green 55 ◦ blue 40

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

Shades of Persian Red #C93728

Tints of Persian Red #C93728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.51%

R = 67.91%
G = 18.58%
B = 13.51%

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

#C93728 (or 0xC93728) is known color: Persian Red. HEX triplet: C9, 37 and 28. RGB value is (201,55,40). Sum of RGB (Red+Green+Blue) = 201+55+40=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C93728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93728 is #36C8D7. Grayscale: #616161. Windows color (decimal): -3590360 or 2635721. OLE color: 2635721.

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

Color convert

RGB 201 55 40 -
CMYK 0 0.73 0.80 0.21
HSL 5.59º 0.67% 0.47% -
HSV(B) 5.59º 0.8% 0.79% -
XYZ 25.84 15.3 3.6 -
YUV 96.94 95.87 202.22 -
System Red Green Blue C M Y K H S L
Decimal 201 55 40 0 0.73 0.80 0.21 5.59 0.67 0.47
Hex C9 37 28 0 49 50 15 6 43 2F
Octal 311 67 50 0 111 120 25 6 103 57
Binary 11001001 110111 101000 0 1001001 1010000 10101 110 1000011 101111

Color Harmonies of #C93728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93728

Black with #C93728

Text Example


Text Example

White with #C93728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93728; }

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

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

background-color css

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

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

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

border-color css

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

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

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