Html Css Color HEX #C93634 Persian Red

📋 copy color: '#C93634'

red 201 ◦ green 54 ◦ blue 52

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

Shades of Persian Red #C93634

Tints of Persian Red #C93634

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

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

R = 65.47%
G = 17.59%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C93634 (or 0xC93634) is known color: Persian Red. HEX triplet: C9, 36 and 34. RGB value is (201,54,52). Sum of RGB (Red+Green+Blue) = 201+54+52=307 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.47% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 201 - color contains mainly: red. Hex color #C93634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93634 is #36C9CB. Grayscale: #616161. Windows color (decimal): -3590604 or 3421897. OLE color: 3421897.

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

Color convert

RGB 201 54 52 -
CMYK 0 0.73 0.74 0.21
HSL 0.81º 0.59% 0.5% -
HSV(B) 0.81º 0.74% 0.79% -
XYZ 26.03 15.3 4.83 -
YUV 97.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 201 54 52 0 0.73 0.74 0.21 0.81 0.59 0.5
Hex C9 36 34 0 49 4A 15 1 3B 32
Octal 311 66 64 0 111 112 25 1 73 62
Binary 11001001 110110 110100 0 1001001 1001010 10101 1 111011 110010

Color Harmonies of #C93634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93634

Black with #C93634

Text Example


Text Example

White with #C93634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93634; }

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

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

background-color css

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

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

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

border-color css

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

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

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