Html Css Color HEX #C93733 Persian Red

📋 copy color: '#C93733'

red 201 ◦ green 55 ◦ blue 51

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

Shades of Persian Red #C93733

Tints of Persian Red #C93733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 65.47%
G = 17.92%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C93733 (or 0xC93733) is known color: Persian Red. HEX triplet: C9, 37 and 33. RGB value is (201,55,51). Sum of RGB (Red+Green+Blue) = 201+55+51=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C93733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93733 is #36C8CC. Grayscale: #626262. Windows color (decimal): -3590349 or 3356617. OLE color: 3356617.

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

Color convert

RGB 201 55 51 -
CMYK 0 0.73 0.75 0.21
HSL 1.6º 0.6% 0.49% -
HSV(B) 1.6º 0.75% 0.79% -
XYZ 26.05 15.39 4.73 -
YUV 98.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 201 55 51 0 0.73 0.75 0.21 1.6 0.6 0.49
Hex C9 37 33 0 49 4B 15 2 3C 31
Octal 311 67 63 0 111 113 25 2 74 61
Binary 11001001 110111 110011 0 1001001 1001011 10101 10 111100 110001

Color Harmonies of #C93733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93733

Black with #C93733

Text Example


Text Example

White with #C93733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93733; }

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

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

background-color css

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

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

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

border-color css

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

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

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