Html Css Color HEX #C93E2C Persian Red

📋 copy color: '#C93E2C'

red 201 ◦ green 62 ◦ blue 44

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

Shades of Persian Red #C93E2C

Tints of Persian Red #C93E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

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

R = 65.47%
G = 20.2%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C93E2C (or 0xC93E2C) is known color: Persian Red. HEX triplet: C9, 3E and 2C. RGB value is (201,62,44). Sum of RGB (Red+Green+Blue) = 201+62+44=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E2C is #36C1D3. Grayscale: #656565. Windows color (decimal): -3588564 or 2899657. OLE color: 2899657.

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

Color convert

RGB 201 62 44 -
CMYK 0 0.69 0.78 0.21
HSL 6.88º 0.64% 0.48% -
HSV(B) 6.88º 0.78% 0.79% -
XYZ 26.26 16.04 4.1 -
YUV 101.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 201 62 44 0 0.69 0.78 0.21 6.88 0.64 0.48
Hex C9 3E 2C 0 45 4E 15 7 40 30
Octal 311 76 54 0 105 116 25 7 100 60
Binary 11001001 111110 101100 0 1000101 1001110 10101 111 1000000 110000

Color Harmonies of #C93E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E2C

Black with #C93E2C

Text Example


Text Example

White with #C93E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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