Html Css Color HEX #C93A33 Persian Red

📋 copy color: '#C93A33'

red 201 ◦ green 58 ◦ blue 51

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

Shades of Persian Red #C93A33

Tints of Persian Red #C93A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

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

R = 64.84%
G = 18.71%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C93A33 (or 0xC93A33) is known color: Persian Red. HEX triplet: C9, 3A and 33. RGB value is (201,58,51). Sum of RGB (Red+Green+Blue) = 201+58+51=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A33 is #36C5CC. Grayscale: #646464. Windows color (decimal): -3589581 or 3357385. OLE color: 3357385.

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

Color convert

RGB 201 58 51 -
CMYK 0 0.71 0.75 0.21
HSL 2.8º 0.6% 0.49% -
HSV(B) 2.8º 0.75% 0.79% -
XYZ 26.2 15.68 4.78 -
YUV 99.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 201 58 51 0 0.71 0.75 0.21 2.8 0.6 0.49
Hex C9 3A 33 0 47 4B 15 3 3C 31
Octal 311 72 63 0 107 113 25 3 74 61
Binary 11001001 111010 110011 0 1000111 1001011 10101 11 111100 110001

Color Harmonies of #C93A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A33

Black with #C93A33

Text Example


Text Example

White with #C93A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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