Html Css Color HEX #C93E26 Persian Red

📋 copy color: '#C93E26'

red 201 ◦ green 62 ◦ blue 38

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

Shades of Persian Red #C93E26

Tints of Persian Red #C93E26

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

 BLUE value IS 38 (15.23% from 255) = 12.62%

R = 66.78%
G = 20.6%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#C93E26 (or 0xC93E26) is known color: Persian Red. HEX triplet: C9, 3E and 26. RGB value is (201,62,38). Sum of RGB (Red+Green+Blue) = 201+62+38=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E26 is #36C1D9. Grayscale: #656565. Windows color (decimal): -3588570 or 2506441. OLE color: 2506441.

HSL color Cylindrical-coordinate representation of color #C93E26: hue angle of 8.83º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C93E26 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 62 38 -
CMYK 0 0.69 0.81 0.21
HSL 8.83º 0.68% 0.47% -
HSV(B) 8.83º 0.81% 0.79% -
XYZ 26.16 16 3.54 -
YUV 100.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 201 62 38 0 0.69 0.81 0.21 8.83 0.68 0.47
Hex C9 3E 26 0 45 51 15 9 44 2F
Octal 311 76 46 0 105 121 25 11 104 57
Binary 11001001 111110 100110 0 1000101 1010001 10101 1001 1000100 101111

Color Harmonies of #C93E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E26

Black with #C93E26

Text Example


Text Example

White with #C93E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E26; }

 p { color: rgb(201,62,38); }

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

background-color css

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

 a { background-color: rgb(201,62,38); }

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

border-color css

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

 span { border-color: rgb(201,62,38); }

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