Html Css Color HEX #C93E2D Persian Red

📋 copy color: '#C93E2D'

red 201 ◦ green 62 ◦ blue 45

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

Shades of Persian Red #C93E2D

Tints of Persian Red #C93E2D

RGB

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

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

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

R = 65.26%
G = 20.13%
B = 14.61%

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

#C93E2D (or 0xC93E2D) is known color: Persian Red. HEX triplet: C9, 3E and 2D. RGB value is (201,62,45). Sum of RGB (Red+Green+Blue) = 201+62+45=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E2D is #36C1D2. Grayscale: #656565. Windows color (decimal): -3588563 or 2965193. OLE color: 2965193.

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

Color convert

RGB 201 62 45 -
CMYK 0 0.69 0.78 0.21
HSL 6.54º 0.63% 0.48% -
HSV(B) 6.54º 0.78% 0.79% -
XYZ 26.28 16.05 4.2 -
YUV 101.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 201 62 45 0 0.69 0.78 0.21 6.54 0.63 0.48
Hex C9 3E 2D 0 45 4E 15 7 3F 30
Octal 311 76 55 0 105 116 25 7 77 60
Binary 11001001 111110 101101 0 1000101 1001110 10101 111 111111 110000

Color Harmonies of #C93E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E2D

Black with #C93E2D

Text Example


Text Example

White with #C93E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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