Html Css Color HEX #C94140 Persian Red

📋 copy color: '#C94140'

red 201 ◦ green 65 ◦ blue 64

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

Shades of Persian Red #C94140

Tints of Persian Red #C94140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 60.91%
G = 19.7%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C94140 (or 0xC94140) is known color: Persian Red. HEX triplet: C9, 41 and 40. RGB value is (201,65,64). Sum of RGB (Red+Green+Blue) = 201+65+64=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C94140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94140 is #36BEBF. Grayscale: #696969. Windows color (decimal): -3587776 or 4211145. OLE color: 4211145.

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

Color convert

RGB 201 65 64 -
CMYK 0 0.68 0.68 0.21
HSL 0.44º 0.56% 0.52% -
HSV(B) 0.44º 0.68% 0.79% -
XYZ 26.9 16.57 6.63 -
YUV 105.55 104.56 196.08 -
System Red Green Blue C M Y K H S L
Decimal 201 65 64 0 0.68 0.68 0.21 0.44 0.56 0.52
Hex C9 41 40 0 44 44 15 0 38 34
Octal 311 101 100 0 104 104 25 0 70 64
Binary 11001001 1000001 1000000 0 1000100 1000100 10101 0 111000 110100

Color Harmonies of #C94140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94140

Black with #C94140

Text Example


Text Example

White with #C94140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94140; }

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

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

background-color css

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

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

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

border-color css

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

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

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