Html Css Color HEX #C93D3B Persian Red

📋 copy color: '#C93D3B'

red 201 ◦ green 61 ◦ blue 59

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

Shades of Persian Red #C93D3B

Tints of Persian Red #C93D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 62.62%
G = 19%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#C93D3B (or 0xC93D3B) is known color: Persian Red. HEX triplet: C9, 3D and 3B. RGB value is (201,61,59). Sum of RGB (Red+Green+Blue) = 201+61+59=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D3B is #36C2C4. Grayscale: #666666. Windows color (decimal): -3588805 or 3882441. OLE color: 3882441.

HSL color Cylindrical-coordinate representation of color #C93D3B: hue angle of 0.85º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93D3B is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 61 59 -
CMYK 0 0.70 0.71 0.21
HSL 0.85º 0.57% 0.51% -
HSV(B) 0.85º 0.71% 0.79% -
XYZ 26.55 16.07 5.84 -
YUV 102.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 201 61 59 0 0.70 0.71 0.21 0.85 0.57 0.51
Hex C9 3D 3B 0 46 47 15 1 39 33
Octal 311 75 73 0 106 107 25 1 71 63
Binary 11001001 111101 111011 0 1000110 1000111 10101 1 111001 110011

Color Harmonies of #C93D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D3B

Black with #C93D3B

Text Example


Text Example

White with #C93D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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