Html Css Color HEX #C93028 Persian Red

📋 copy color: '#C93028'

red 201 ◦ green 48 ◦ blue 40

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

Shades of Persian Red #C93028

Tints of Persian Red #C93028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.61%

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

R = 69.55%
G = 16.61%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C93028 (or 0xC93028) is known color: Persian Red. HEX triplet: C9, 30 and 28. RGB value is (201,48,40). Sum of RGB (Red+Green+Blue) = 201+48+40=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C93028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93028 is #36CFD7. Grayscale: #5D5D5D. Windows color (decimal): -3592152 or 2633929. OLE color: 2633929.

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

Color convert

RGB 201 48 40 -
CMYK 0 0.76 0.80 0.21
HSL 2.98º 0.67% 0.47% -
HSV(B) 2.98º 0.8% 0.79% -
XYZ 25.53 14.68 3.5 -
YUV 92.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 201 48 40 0 0.76 0.80 0.21 2.98 0.67 0.47
Hex C9 30 28 0 4C 50 15 3 43 2F
Octal 311 60 50 0 114 120 25 3 103 57
Binary 11001001 110000 101000 0 1001100 1010000 10101 11 1000011 101111

Color Harmonies of #C93028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93028

Black with #C93028

Text Example


Text Example

White with #C93028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93028; }

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

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

background-color css

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

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

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

border-color css

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

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

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