Html Css Color HEX #C93D37 Persian Red

📋 copy color: '#C93D37'

red 201 ◦ green 61 ◦ blue 55

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

Shades of Persian Red #C93D37

Tints of Persian Red #C93D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.24%

 BLUE value IS 55 (21.88% from 255) = 17.35%

R = 63.41%
G = 19.24%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C93D37 (or 0xC93D37) is known color: Persian Red. HEX triplet: C9, 3D and 37. RGB value is (201,61,55). Sum of RGB (Red+Green+Blue) = 201+61+55=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D37 is #36C2C8. Grayscale: #666666. Windows color (decimal): -3588809 or 3620297. OLE color: 3620297.

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

Color convert

RGB 201 61 55 -
CMYK 0 0.70 0.73 0.21
HSL 2.47º 0.57% 0.5% -
HSV(B) 2.47º 0.73% 0.79% -
XYZ 26.45 16.03 5.31 -
YUV 102.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 201 61 55 0 0.70 0.73 0.21 2.47 0.57 0.5
Hex C9 3D 37 0 46 49 15 2 39 32
Octal 311 75 67 0 106 111 25 2 71 62
Binary 11001001 111101 110111 0 1000110 1001001 10101 10 111001 110010

Color Harmonies of #C93D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D37

Black with #C93D37

Text Example


Text Example

White with #C93D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D37; }

 p { color: rgb(201,61,55); }

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

background-color css

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

 a { background-color: rgb(201,61,55); }

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

border-color css

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

 span { border-color: rgb(201,61,55); }

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