Html Css Color HEX #C93A2D Persian Red

📋 copy color: '#C93A2D'

red 201 ◦ green 58 ◦ blue 45

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

Shades of Persian Red #C93A2D

Tints of Persian Red #C93A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 66.12%
G = 19.08%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C93A2D (or 0xC93A2D) is known color: Persian Red. HEX triplet: C9, 3A and 2D. RGB value is (201,58,45). Sum of RGB (Red+Green+Blue) = 201+58+45=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A2D is #36C5D2. Grayscale: #636363. Windows color (decimal): -3589587 or 2964169. OLE color: 2964169.

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

Color convert

RGB 201 58 45 -
CMYK 0 0.71 0.78 0.21
HSL 0.63% 0.48% -
HSV(B) 0.78% 0.79% -
XYZ 26.07 15.63 4.13 -
YUV 99.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 201 58 45 0 0.71 0.78 0.21 5 0.63 0.48
Hex C9 3A 2D 0 47 4E 15 5 3F 30
Octal 311 72 55 0 107 116 25 5 77 60
Binary 11001001 111010 101101 0 1000111 1001110 10101 101 111111 110000

Color Harmonies of #C93A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A2D

Black with #C93A2D

Text Example


Text Example

White with #C93A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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