Html Css Color HEX #C94240 Persian Red

📋 copy color: '#C94240'

red 201 ◦ green 66 ◦ blue 64

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

Shades of Persian Red #C94240

Tints of Persian Red #C94240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.94%

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

R = 60.73%
G = 19.94%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C94240 (or 0xC94240) is known color: Persian Red. HEX triplet: C9, 42 and 40. RGB value is (201,66,64). Sum of RGB (Red+Green+Blue) = 201+66+64=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C94240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94240 is #36BDBF. Grayscale: #6A6A6A. Windows color (decimal): -3587520 or 4211401. OLE color: 4211401.

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

Color convert

RGB 201 66 64 -
CMYK 0 0.67 0.68 0.21
HSL 0.88º 0.56% 0.52% -
HSV(B) 0.88º 0.68% 0.79% -
XYZ 26.96 16.68 6.65 -
YUV 106.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 201 66 64 0 0.67 0.68 0.21 0.88 0.56 0.52
Hex C9 42 40 0 43 44 15 1 38 34
Octal 311 102 100 0 103 104 25 1 70 64
Binary 11001001 1000010 1000000 0 1000011 1000100 10101 1 111000 110100

Color Harmonies of #C94240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94240

Black with #C94240

Text Example


Text Example

White with #C94240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94240; }

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

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

background-color css

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

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

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

border-color css

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

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

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