Html Css Color HEX #C93933 Persian Red

📋 copy color: '#C93933'

red 201 ◦ green 57 ◦ blue 51

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

Shades of Persian Red #C93933

Tints of Persian Red #C93933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

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

R = 65.05%
G = 18.45%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C93933 (or 0xC93933) is known color: Persian Red. HEX triplet: C9, 39 and 33. RGB value is (201,57,51). Sum of RGB (Red+Green+Blue) = 201+57+51=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C93933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93933 is #36C6CC. Grayscale: #636363. Windows color (decimal): -3589837 or 3357129. OLE color: 3357129.

HSL color Cylindrical-coordinate representation of color #C93933: hue angle of 2.4º 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 #C93933 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 51 -
CMYK 0 0.72 0.75 0.21
HSL 2.4º 0.6% 0.49% -
HSV(B) 2.4º 0.75% 0.79% -
XYZ 26.15 15.58 4.76 -
YUV 99.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 201 57 51 0 0.72 0.75 0.21 2.4 0.6 0.49
Hex C9 39 33 0 48 4B 15 2 3C 31
Octal 311 71 63 0 110 113 25 2 74 61
Binary 11001001 111001 110011 0 1001000 1001011 10101 10 111100 110001

Color Harmonies of #C93933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93933

Black with #C93933

Text Example


Text Example

White with #C93933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93933; }

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

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

background-color css

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

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

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

border-color css

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

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

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