Html Css Color HEX #C93E38 Persian Red

📋 copy color: '#C93E38'

red 201 ◦ green 62 ◦ blue 56

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

Shades of Persian Red #C93E38

Tints of Persian Red #C93E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.55%

R = 63.01%
G = 19.44%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C93E38 (or 0xC93E38) is known color: Persian Red. HEX triplet: C9, 3E and 38. RGB value is (201,62,56). Sum of RGB (Red+Green+Blue) = 201+62+56=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E38 is #36C1C7. Grayscale: #676767. Windows color (decimal): -3588552 or 3686089. OLE color: 3686089.

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

Color convert

RGB 201 62 56 -
CMYK 0 0.69 0.72 0.21
HSL 2.48º 0.57% 0.5% -
HSV(B) 2.48º 0.72% 0.79% -
XYZ 26.52 16.15 5.46 -
YUV 102.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 201 62 56 0 0.69 0.72 0.21 2.48 0.57 0.5
Hex C9 3E 38 0 45 48 15 2 39 32
Octal 311 76 70 0 105 110 25 2 71 62
Binary 11001001 111110 111000 0 1000101 1001000 10101 10 111001 110010

Color Harmonies of #C93E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E38

Black with #C93E38

Text Example


Text Example

White with #C93E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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