Html Css Color HEX #C93F39 Persian Red

📋 copy color: '#C93F39'

red 201 ◦ green 63 ◦ blue 57

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

Shades of Persian Red #C93F39

Tints of Persian Red #C93F39

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

 BLUE value IS 57 (22.66% from 255) = 17.76%

R = 62.62%
G = 19.63%
B = 17.76%

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

#C93F39 (or 0xC93F39) is known color: Persian Red. HEX triplet: C9, 3F and 39. RGB value is (201,63,57). Sum of RGB (Red+Green+Blue) = 201+63+57=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F39 is #36C0C6. Grayscale: #676767. Windows color (decimal): -3588295 or 3751881. OLE color: 3751881.

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

Color convert

RGB 201 63 57 -
CMYK 0 0.69 0.72 0.21
HSL 2.5º 0.57% 0.51% -
HSV(B) 2.5º 0.72% 0.79% -
XYZ 26.6 16.27 5.61 -
YUV 103.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 201 63 57 0 0.69 0.72 0.21 2.5 0.57 0.51
Hex C9 3F 39 0 45 48 15 2 39 33
Octal 311 77 71 0 105 110 25 2 71 63
Binary 11001001 111111 111001 0 1000101 1001000 10101 10 111001 110011

Color Harmonies of #C93F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F39

Black with #C93F39

Text Example


Text Example

White with #C93F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F39; }

 p { color: rgb(201,63,57); }

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

background-color css

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

 a { background-color: rgb(201,63,57); }

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

border-color css

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

 span { border-color: rgb(201,63,57); }

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