Html Css Color HEX #C94136 Persian Red

📋 copy color: '#C94136'

red 201 ◦ green 65 ◦ blue 54

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

Shades of Persian Red #C94136

Tints of Persian Red #C94136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

 BLUE value IS 54 (21.48% from 255) = 16.88%

R = 62.81%
G = 20.31%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C94136 (or 0xC94136) is known color: Persian Red. HEX triplet: C9, 41 and 36. RGB value is (201,65,54). Sum of RGB (Red+Green+Blue) = 201+65+54=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C94136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94136 is #36BEC9. Grayscale: #686868. Windows color (decimal): -3587786 or 3555785. OLE color: 3555785.

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

Color convert

RGB 201 65 54 -
CMYK 0 0.68 0.73 0.21
HSL 4.49º 0.58% 0.5% -
HSV(B) 4.49º 0.73% 0.79% -
XYZ 26.64 16.46 5.26 -
YUV 104.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 201 65 54 0 0.68 0.73 0.21 4.49 0.58 0.5
Hex C9 41 36 0 44 49 15 4 3A 32
Octal 311 101 66 0 104 111 25 4 72 62
Binary 11001001 1000001 110110 0 1000100 1001001 10101 100 111010 110010

Color Harmonies of #C94136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94136

Black with #C94136

Text Example


Text Example

White with #C94136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94136; }

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

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

background-color css

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

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

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

border-color css

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

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

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