Html Css Color HEX #C93628 Persian Red

📋 copy color: '#C93628'

red 201 ◦ green 54 ◦ blue 40

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

Shades of Persian Red #C93628

Tints of Persian Red #C93628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

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

R = 68.14%
G = 18.31%
B = 13.56%

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

#C93628 (or 0xC93628) is known color: Persian Red. HEX triplet: C9, 36 and 28. RGB value is (201,54,40). Sum of RGB (Red+Green+Blue) = 201+54+40=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C93628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93628 is #36C9D7. Grayscale: #606060. Windows color (decimal): -3590616 or 2635465. OLE color: 2635465.

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

Color convert

RGB 201 54 40 -
CMYK 0 0.73 0.80 0.21
HSL 5.22º 0.67% 0.47% -
HSV(B) 5.22º 0.8% 0.79% -
XYZ 25.79 15.21 3.58 -
YUV 96.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 201 54 40 0 0.73 0.80 0.21 5.22 0.67 0.47
Hex C9 36 28 0 49 50 15 5 43 2F
Octal 311 66 50 0 111 120 25 5 103 57
Binary 11001001 110110 101000 0 1001001 1010000 10101 101 1000011 101111

Color Harmonies of #C93628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93628

Black with #C93628

Text Example


Text Example

White with #C93628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93628; }

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

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

background-color css

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

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

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

border-color css

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

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

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