Html Css Color HEX #C74036 Persian Red

📋 copy color: '#C74036'

red 199 ◦ green 64 ◦ blue 54

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

Shades of Persian Red #C74036

Tints of Persian Red #C74036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 62.78%
G = 20.19%
B = 17.03%

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

#C74036 (or 0xC74036) is known color: Persian Red. HEX triplet: C7, 40 and 36. RGB value is (199,64,54). Sum of RGB (Red+Green+Blue) = 199+64+54=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C74036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74036 is #38BFC9. Grayscale: #676767. Windows color (decimal): -3719114 or 3555527. OLE color: 3555527.

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

Color convert

RGB 199 64 54 -
CMYK 0 0.68 0.73 0.22
HSL 4.14º 0.57% 0.5% -
HSV(B) 4.14º 0.73% 0.78% -
XYZ 26.05 16.08 5.22 -
YUV 103.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 199 64 54 0 0.68 0.73 0.22 4.14 0.57 0.5
Hex C7 40 36 0 44 49 16 4 39 32
Octal 307 100 66 0 104 111 26 4 71 62
Binary 11000111 1000000 110110 0 1000100 1001001 10110 100 111001 110010

Color Harmonies of #C74036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74036

Black with #C74036

Text Example


Text Example

White with #C74036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74036; }

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

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

background-color css

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

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

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

border-color css

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

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

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