Html Css Color HEX #C74035 Persian Red

📋 copy color: '#C74035'

red 199 ◦ green 64 ◦ blue 53

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

Shades of Persian Red #C74035

Tints of Persian Red #C74035

RGB

 RED value IS 199 (78.13% from 255) = 62.97%

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

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

R = 62.97%
G = 20.25%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C74035 (or 0xC74035) is known color: Persian Red. HEX triplet: C7, 40 and 35. RGB value is (199,64,53). Sum of RGB (Red+Green+Blue) = 199+64+53=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C74035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74035 is #38BFCA. Grayscale: #676767. Windows color (decimal): -3719115 or 3489991. OLE color: 3489991.

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

Color convert

RGB 199 64 53 -
CMYK 0 0.68 0.73 0.22
HSL 4.52º 0.58% 0.49% -
HSV(B) 4.52º 0.73% 0.78% -
XYZ 26.03 16.07 5.1 -
YUV 103.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 199 64 53 0 0.68 0.73 0.22 4.52 0.58 0.49
Hex C7 40 35 0 44 49 16 5 3A 31
Octal 307 100 65 0 104 111 26 5 72 61
Binary 11000111 1000000 110101 0 1000100 1001001 10110 101 111010 110001

Color Harmonies of #C74035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74035

Black with #C74035

Text Example


Text Example

White with #C74035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74035; }

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

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

background-color css

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

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

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

border-color css

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

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

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