Html Css Color HEX #C93428 Persian Red

📋 copy color: '#C93428'

red 201 ◦ green 52 ◦ blue 40

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

Shades of Persian Red #C93428

Tints of Persian Red #C93428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.75%

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

R = 68.6%
G = 17.75%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#C93428 (or 0xC93428) is known color: Persian Red. HEX triplet: C9, 34 and 28. RGB value is (201,52,40). Sum of RGB (Red+Green+Blue) = 201+52+40=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C93428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93428 is #36CBD7. Grayscale: #5F5F5F. Windows color (decimal): -3591128 or 2634953. OLE color: 2634953.

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

Color convert

RGB 201 52 40 -
CMYK 0 0.74 0.80 0.21
HSL 4.47º 0.67% 0.47% -
HSV(B) 4.47º 0.8% 0.79% -
XYZ 25.7 15.03 3.55 -
YUV 95.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 201 52 40 0 0.74 0.80 0.21 4.47 0.67 0.47
Hex C9 34 28 0 4A 50 15 4 43 2F
Octal 311 64 50 0 112 120 25 4 103 57
Binary 11001001 110100 101000 0 1001010 1010000 10101 100 1000011 101111

Color Harmonies of #C93428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93428

Black with #C93428

Text Example


Text Example

White with #C93428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93428; }

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

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

background-color css

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

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

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

border-color css

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

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

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