Html Css Color HEX #C93E34 Persian Red

📋 copy color: '#C93E34'

red 201 ◦ green 62 ◦ blue 52

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

Shades of Persian Red #C93E34

Tints of Persian Red #C93E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.51%

R = 63.81%
G = 19.68%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C93E34 (or 0xC93E34) is known color: Persian Red. HEX triplet: C9, 3E and 34. RGB value is (201,62,52). Sum of RGB (Red+Green+Blue) = 201+62+52=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E34 is #36C1CB. Grayscale: #666666. Windows color (decimal): -3588556 or 3423945. OLE color: 3423945.

HSL color Cylindrical-coordinate representation of color #C93E34: hue angle of 4.03º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93E34 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 62 52 -
CMYK 0 0.69 0.74 0.21
HSL 4.03º 0.59% 0.5% -
HSV(B) 4.03º 0.74% 0.79% -
XYZ 26.43 16.11 4.97 -
YUV 102.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 201 62 52 0 0.69 0.74 0.21 4.03 0.59 0.5
Hex C9 3E 34 0 45 4A 15 4 3B 32
Octal 311 76 64 0 105 112 25 4 73 62
Binary 11001001 111110 110100 0 1000101 1001010 10101 100 111011 110010

Color Harmonies of #C93E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E34

Black with #C93E34

Text Example


Text Example

White with #C93E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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