Html Css Color HEX #C3342A Persian Red

📋 copy color: '#C3342A'

red 195 ◦ green 52 ◦ blue 42

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

Shades of Persian Red #C3342A

Tints of Persian Red #C3342A

RGB

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

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

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

R = 67.47%
G = 17.99%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3342A (or 0xC3342A) is known color: Persian Red. HEX triplet: C3, 34 and 2A. RGB value is (195,52,42). Sum of RGB (Red+Green+Blue) = 195+52+42=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3342A is #3CCBD5. Grayscale: #5D5D5D. Windows color (decimal): -3984342 or 2766019. OLE color: 2766019.

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

Color convert

RGB 195 52 42 -
CMYK 0 0.73 0.78 0.24
HSL 3.92º 0.65% 0.46% -
HSV(B) 3.92º 0.78% 0.76% -
XYZ 24.15 14.23 3.66 -
YUV 93.62 98.88 200.31 -
System Red Green Blue C M Y K H S L
Decimal 195 52 42 0 0.73 0.78 0.24 3.92 0.65 0.46
Hex C3 34 2A 0 49 4E 18 4 41 2E
Octal 303 64 52 0 111 116 30 4 101 56
Binary 11000011 110100 101010 0 1001001 1001110 11000 100 1000001 101110

Color Harmonies of #C3342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3342A

Black with #C3342A

Text Example


Text Example

White with #C3342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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