Html Css Color HEX #C94135 Persian Red

📋 copy color: '#C94135'

red 201 ◦ green 65 ◦ blue 53

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

Shades of Persian Red #C94135

Tints of Persian Red #C94135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 63.01%
G = 20.38%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#C94135 (or 0xC94135) is known color: Persian Red. HEX triplet: C9, 41 and 35. RGB value is (201,65,53). Sum of RGB (Red+Green+Blue) = 201+65+53=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C94135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94135 is #36BECA. Grayscale: #686868. Windows color (decimal): -3587787 or 3490249. OLE color: 3490249.

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

Color convert

RGB 201 65 53 -
CMYK 0 0.68 0.74 0.21
HSL 4.86º 0.58% 0.5% -
HSV(B) 4.86º 0.74% 0.79% -
XYZ 26.62 16.46 5.14 -
YUV 104.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 201 65 53 0 0.68 0.74 0.21 4.86 0.58 0.5
Hex C9 41 35 0 44 4A 15 5 3A 32
Octal 311 101 65 0 104 112 25 5 72 62
Binary 11001001 1000001 110101 0 1000100 1001010 10101 101 111010 110010

Color Harmonies of #C94135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94135

Black with #C94135

Text Example


Text Example

White with #C94135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94135; }

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

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

background-color css

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

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

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

border-color css

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

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

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