Html Css Color HEX #C3403C Persian Red

📋 copy color: '#C3403C'

red 195 ◦ green 64 ◦ blue 60

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

Shades of Persian Red #C3403C

Tints of Persian Red #C3403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 61.13%
G = 20.06%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3403C (or 0xC3403C) is known color: Persian Red. HEX triplet: C3, 40 and 3C. RGB value is (195,64,60). Sum of RGB (Red+Green+Blue) = 195+64+60=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C3403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3403C is #3CBFC3. Grayscale: #666666. Windows color (decimal): -3981252 or 3948739. OLE color: 3948739.

HSL color Cylindrical-coordinate representation of color #C3403C: hue angle of 1.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3403C is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 60 -
CMYK 0 0.67 0.69 0.24
HSL 1.78º 0.53% 0.5% -
HSV(B) 1.78º 0.69% 0.76% -
XYZ 25.15 15.6 5.96 -
YUV 102.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 195 64 60 0 0.67 0.69 0.24 1.78 0.53 0.5
Hex C3 40 3C 0 43 45 18 2 35 32
Octal 303 100 74 0 103 105 30 2 65 62
Binary 11000011 1000000 111100 0 1000011 1000101 11000 10 110101 110010

Color Harmonies of #C3403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3403C

Black with #C3403C

Text Example


Text Example

White with #C3403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3403C; }

 p { color: rgb(195,64,60); }

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

background-color css

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

 a { background-color: rgb(195,64,60); }

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

border-color css

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

 span { border-color: rgb(195,64,60); }

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