Html Css Color HEX #C94035 Persian Red

📋 copy color: '#C94035'

red 201 ◦ green 64 ◦ blue 53

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

Shades of Persian Red #C94035

Tints of Persian Red #C94035

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 63.21%
G = 20.13%
B = 16.67%

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

#C94035 (or 0xC94035) is known color: Persian Red. HEX triplet: C9, 40 and 35. RGB value is (201,64,53). Sum of RGB (Red+Green+Blue) = 201+64+53=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C94035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94035 is #36BFCA. Grayscale: #676767. Windows color (decimal): -3588043 or 3489993. OLE color: 3489993.

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

Color convert

RGB 201 64 53 -
CMYK 0 0.68 0.74 0.21
HSL 4.46º 0.58% 0.5% -
HSV(B) 4.46º 0.74% 0.79% -
XYZ 26.56 16.34 5.12 -
YUV 103.71 99.39 197.39 -
System Red Green Blue C M Y K H S L
Decimal 201 64 53 0 0.68 0.74 0.21 4.46 0.58 0.5
Hex C9 40 35 0 44 4A 15 4 3A 32
Octal 311 100 65 0 104 112 25 4 72 62
Binary 11001001 1000000 110101 0 1000100 1001010 10101 100 111010 110010

Color Harmonies of #C94035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94035

Black with #C94035

Text Example


Text Example

White with #C94035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94035; }

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

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

background-color css

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

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

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

border-color css

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

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

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