Html Css Color HEX #C4392F Persian Red

📋 copy color: '#C4392F'

red 196 ◦ green 57 ◦ blue 47

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

Shades of Persian Red #C4392F

Tints of Persian Red #C4392F

RGB

 RED value IS 196 (76.95% from 255) = 65.33%

 GREEN value IS 57 (22.66% from 255) = 19%

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 65.33%
G = 19%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4392F (or 0xC4392F) is known color: Persian Red. HEX triplet: C4, 39 and 2F. RGB value is (196,57,47). Sum of RGB (Red+Green+Blue) = 196+57+47=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C4392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4392F is #3BC6D0. Grayscale: #616161. Windows color (decimal): -3917521 or 3094980. OLE color: 3094980.

HSL color Cylindrical-coordinate representation of color #C4392F: hue angle of 4.03º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4392F is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 57 47 -
CMYK 0 0.71 0.76 0.23
HSL 4.03º 0.61% 0.48% -
HSV(B) 4.03º 0.76% 0.77% -
XYZ 24.74 14.87 4.25 -
YUV 97.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 196 57 47 0 0.71 0.76 0.23 4.03 0.61 0.48
Hex C4 39 2F 0 47 4C 17 4 3D 30
Octal 304 71 57 0 107 114 27 4 75 60
Binary 11000100 111001 101111 0 1000111 1001100 10111 100 111101 110000

Color Harmonies of #C4392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4392F

Black with #C4392F

Text Example


Text Example

White with #C4392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4392F; }

 p { color: rgb(196,57,47); }

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

background-color css

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

 a { background-color: rgb(196,57,47); }

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

border-color css

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

 span { border-color: rgb(196,57,47); }

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