Html Css Color HEX #C4352F Persian Red

📋 copy color: '#C4352F'

red 196 ◦ green 53 ◦ blue 47

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

Shades of Persian Red #C4352F

Tints of Persian Red #C4352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 66.22%
G = 17.91%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4352F (or 0xC4352F) is known color: Persian Red. HEX triplet: C4, 35 and 2F. RGB value is (196,53,47). Sum of RGB (Red+Green+Blue) = 196+53+47=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C4352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4352F is #3BCAD0. Grayscale: #5F5F5F. Windows color (decimal): -3918545 or 3093956. OLE color: 3093956.

HSL color Cylindrical-coordinate representation of color #C4352F: hue angle of 2.42º 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 #C4352F is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 53 47 -
CMYK 0 0.73 0.76 0.23
HSL 2.42º 0.61% 0.48% -
HSV(B) 2.42º 0.76% 0.77% -
XYZ 24.55 14.49 4.19 -
YUV 95.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 196 53 47 0 0.73 0.76 0.23 2.42 0.61 0.48
Hex C4 35 2F 0 49 4C 17 2 3D 30
Octal 304 65 57 0 111 114 27 2 75 60
Binary 11000100 110101 101111 0 1001001 1001100 10111 10 111101 110000

Color Harmonies of #C4352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4352F

Black with #C4352F

Text Example


Text Example

White with #C4352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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