Html Css Color HEX #C4352A Persian Red

📋 copy color: '#C4352A'

red 196 ◦ green 53 ◦ blue 42

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

Shades of Persian Red #C4352A

Tints of Persian Red #C4352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.43%

R = 67.35%
G = 18.21%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4352A (or 0xC4352A) is known color: Persian Red. HEX triplet: C4, 35 and 2A. RGB value is (196,53,42). Sum of RGB (Red+Green+Blue) = 196+53+42=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4352A is #3BCAD5. Grayscale: #5E5E5E. Windows color (decimal): -3918550 or 2766276. OLE color: 2766276.

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

Color convert

RGB 196 53 42 -
CMYK 0 0.73 0.79 0.23
HSL 4.29º 0.65% 0.47% -
HSV(B) 4.29º 0.79% 0.77% -
XYZ 24.46 14.45 3.69 -
YUV 94.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 196 53 42 0 0.73 0.79 0.23 4.29 0.65 0.47
Hex C4 35 2A 0 49 4F 17 4 41 2F
Octal 304 65 52 0 111 117 27 4 101 57
Binary 11000100 110101 101010 0 1001001 1001111 10111 100 1000001 101111

Color Harmonies of #C4352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4352A

Black with #C4352A

Text Example


Text Example

White with #C4352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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