Html Css Color HEX #C74038 Persian Red

📋 copy color: '#C74038'

red 199 ◦ green 64 ◦ blue 56

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

Shades of Persian Red #C74038

Tints of Persian Red #C74038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.55%

R = 62.38%
G = 20.06%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C74038 (or 0xC74038) is known color: Persian Red. HEX triplet: C7, 40 and 38. RGB value is (199,64,56). Sum of RGB (Red+Green+Blue) = 199+64+56=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C74038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74038 is #38BFC7. Grayscale: #676767. Windows color (decimal): -3719112 or 3686599. OLE color: 3686599.

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

Color convert

RGB 199 64 56 -
CMYK 0 0.68 0.72 0.22
HSL 3.36º 0.56% 0.5% -
HSV(B) 3.36º 0.72% 0.78% -
XYZ 26.1 16.09 5.47 -
YUV 103.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 199 64 56 0 0.68 0.72 0.22 3.36 0.56 0.5
Hex C7 40 38 0 44 48 16 3 38 32
Octal 307 100 70 0 104 110 26 3 70 62
Binary 11000111 1000000 111000 0 1000100 1001000 10110 11 111000 110010

Color Harmonies of #C74038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74038

Black with #C74038

Text Example


Text Example

White with #C74038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74038; }

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

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

background-color css

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

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

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

border-color css

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

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

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