Html Css Color HEX #C3342C Persian Red

📋 copy color: '#C3342C'

red 195 ◦ green 52 ◦ blue 44

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

Shades of Persian Red #C3342C

Tints of Persian Red #C3342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

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

R = 67.01%
G = 17.87%
B = 15.12%

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

#C3342C (or 0xC3342C) is known color: Persian Red. HEX triplet: C3, 34 and 2C. RGB value is (195,52,44). Sum of RGB (Red+Green+Blue) = 195+52+44=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3342C is #3CCBD3. Grayscale: #5E5E5E. Windows color (decimal): -3984340 or 2897091. OLE color: 2897091.

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

Color convert

RGB 195 52 44 -
CMYK 0 0.73 0.77 0.24
HSL 3.18º 0.63% 0.47% -
HSV(B) 3.18º 0.77% 0.76% -
XYZ 24.19 14.24 3.86 -
YUV 93.85 99.88 200.15 -
System Red Green Blue C M Y K H S L
Decimal 195 52 44 0 0.73 0.77 0.24 3.18 0.63 0.47
Hex C3 34 2C 0 49 4D 18 3 3F 2F
Octal 303 64 54 0 111 115 30 3 77 57
Binary 11000011 110100 101100 0 1001001 1001101 11000 11 111111 101111

Color Harmonies of #C3342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3342C

Black with #C3342C

Text Example


Text Example

White with #C3342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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