Html Css Color HEX #C93B2C Persian Red

📋 copy color: '#C93B2C'

red 201 ◦ green 59 ◦ blue 44

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

Shades of Persian Red #C93B2C

Tints of Persian Red #C93B2C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 66.12%
G = 19.41%
B = 14.47%

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

#C93B2C (or 0xC93B2C) is known color: Persian Red. HEX triplet: C9, 3B and 2C. RGB value is (201,59,44). Sum of RGB (Red+Green+Blue) = 201+59+44=304 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.12% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93B2C is #36C4D3. Grayscale: #636363. Windows color (decimal): -3589332 or 2898889. OLE color: 2898889.

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

Color convert

RGB 201 59 44 -
CMYK 0 0.71 0.78 0.21
HSL 5.73º 0.64% 0.48% -
HSV(B) 5.73º 0.78% 0.79% -
XYZ 26.11 15.73 4.04 -
YUV 99.75 96.54 200.22 -
System Red Green Blue C M Y K H S L
Decimal 201 59 44 0 0.71 0.78 0.21 5.73 0.64 0.48
Hex C9 3B 2C 0 47 4E 15 6 40 30
Octal 311 73 54 0 107 116 25 6 100 60
Binary 11001001 111011 101100 0 1000111 1001110 10101 110 1000000 110000

Color Harmonies of #C93B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93B2C

Black with #C93B2C

Text Example


Text Example

White with #C93B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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