Html Css Color HEX #C3352C Persian Red

📋 copy color: '#C3352C'

red 195 ◦ green 53 ◦ blue 44

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

Shades of Persian Red #C3352C

Tints of Persian Red #C3352C

RGB

 RED value IS 195 (76.56% from 255) = 66.78%

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

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 66.78%
G = 18.15%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3352C (or 0xC3352C) is known color: Persian Red. HEX triplet: C3, 35 and 2C. RGB value is (195,53,44). Sum of RGB (Red+Green+Blue) = 195+53+44=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C3352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3352C is #3CCAD3. Grayscale: #5E5E5E. Windows color (decimal): -3984084 or 2897347. OLE color: 2897347.

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

Color convert

RGB 195 53 44 -
CMYK 0 0.73 0.77 0.24
HSL 3.58º 0.63% 0.47% -
HSV(B) 3.58º 0.77% 0.76% -
XYZ 24.23 14.33 3.87 -
YUV 94.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 195 53 44 0 0.73 0.77 0.24 3.58 0.63 0.47
Hex C3 35 2C 0 49 4D 18 4 3F 2F
Octal 303 65 54 0 111 115 30 4 77 57
Binary 11000011 110101 101100 0 1001001 1001101 11000 100 111111 101111

Color Harmonies of #C3352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3352C

Black with #C3352C

Text Example


Text Example

White with #C3352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3352C; }

 p { color: rgb(195,53,44); }

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

background-color css

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

 a { background-color: rgb(195,53,44); }

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

border-color css

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

 span { border-color: rgb(195,53,44); }

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