Html Css Color HEX #C4352D Persian Red

📋 copy color: '#C4352D'

red 196 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #C4352D

Tints of Persian Red #C4352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 66.67%
G = 18.03%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4352D (or 0xC4352D) is known color: Persian Red. HEX triplet: C4, 35 and 2D. RGB value is (196,53,45). Sum of RGB (Red+Green+Blue) = 196+53+45=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4352D is #3BCAD2. Grayscale: #5F5F5F. Windows color (decimal): -3918547 or 2962884. OLE color: 2962884.

HSL color Cylindrical-coordinate representation of color #C4352D: hue angle of 3.18º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4352D is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 53 45 -
CMYK 0 0.73 0.77 0.23
HSL 3.18º 0.63% 0.47% -
HSV(B) 3.18º 0.77% 0.77% -
XYZ 24.51 14.47 3.98 -
YUV 94.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 196 53 45 0 0.73 0.77 0.23 3.18 0.63 0.47
Hex C4 35 2D 0 49 4D 17 3 3F 2F
Octal 304 65 55 0 111 115 27 3 77 57
Binary 11000100 110101 101101 0 1001001 1001101 10111 11 111111 101111

Color Harmonies of #C4352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4352D

Black with #C4352D

Text Example


Text Example

White with #C4352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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