Html Css Color HEX #C93F36 Persian Red

📋 copy color: '#C93F36'

red 201 ◦ green 63 ◦ blue 54

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

Shades of Persian Red #C93F36

Tints of Persian Red #C93F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 63.21%
G = 19.81%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C93F36 (or 0xC93F36) is known color: Persian Red. HEX triplet: C9, 3F and 36. RGB value is (201,63,54). Sum of RGB (Red+Green+Blue) = 201+63+54=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F36 is #36C0C9. Grayscale: #676767. Windows color (decimal): -3588298 or 3555273. OLE color: 3555273.

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

Color convert

RGB 201 63 54 -
CMYK 0 0.69 0.73 0.21
HSL 3.67º 0.58% 0.5% -
HSV(B) 3.67º 0.73% 0.79% -
XYZ 26.53 16.24 5.23 -
YUV 103.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 201 63 54 0 0.69 0.73 0.21 3.67 0.58 0.5
Hex C9 3F 36 0 45 49 15 4 3A 32
Octal 311 77 66 0 105 111 25 4 72 62
Binary 11001001 111111 110110 0 1000101 1001001 10101 100 111010 110010

Color Harmonies of #C93F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F36

Black with #C93F36

Text Example


Text Example

White with #C93F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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